Skip Menu |

This queue is for tickets about the Audio CPAN distribution.

Report information
The Basics
Id: 17499
Status: open
Priority: 0/
Queue: Audio

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: possible to support macos x (darwin) using Mac::Sound?
would it be possible to add support for macs by using Mac::Sound? i tried getting this module to work using the liboss compatibility package, but it failed to work
Subject: Re: [rt.cpan.org #17499] possible to support macos x (darwin)using Mac::Sound?
Date: Sun, 19 Feb 2006 18:59:56 +0000
To: bug-Audio [...] rt.cpan.org
From: Nick Ing-Simmons <nick [...] ing-simmons.net>
Guest via RT <bug-Audio@rt.cpan.org> writes: Show quoted text
>Sun Feb 05 23:42:54 2006: Request 17499 was acted upon. >Transaction: Ticket created by guest > Queue: Audio > Subject: possible to support macos x (darwin) using Mac::Sound? > Owner: Nobody > Requestors: > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17499 > > > >would it be possible to add support for macs by using Mac::Sound?
Almost certainly, but I don't know how and don't have a Mac so can't test it. BUT - Audio::Play only needs very basic audio : Open device Set/get sample rate and number of channels Play samples given buffer Close device Depending on the API you may need to defer open till rate/channels are known. If Mac::Sound is a perl module that allows above then I expect an interface could be done. Show quoted text
>i >tried getting this module to work using the liboss compatibility >package, but it failed to work
Not a great surprise - even Linux's ALSA has problems mimicing OSS.