Audio input (linux and mac os)


Hi,
does sdl support audio input feature on mac (i found one for linux -
sdl_audioin but for mac nothing)?

Thanks.

http://kuba.lbl.pl

does sdl support audio input feature on mac (i found one for linux -
sdl_audioin but for mac nothing)?

It will in SDL 1.3, but it hasn’t been written yet.

–ryan.

Until then, you can use PortAudio for cross-platform audio input. On
Windows, OSX, and Linux at least it plays nice with SDL.
http://www.portaudio.com
My only issue with it is that it’s obsessed with floating-point
formats; I couldn’t get it to reliably provide anything else…
-:sigma.SBOn Jan 6, 2008 12:31 AM, Ryan C. Gordon wrote:

does sdl support audio input feature on mac (i found one for linux -
sdl_audioin but for mac nothing)?
It will in SDL 1.3, but it hasn’t been written yet.