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.