|
From: David C. <si...@te...> - 2000-07-25 17:58:41
|
Bill Eldridge writes: > > Did I miss something, or is SDL/pySDL play-only > for audio? No, you're correct; SDL and SDL_mixer (on which pySDL's audio support is based) are read-only. Of course you could always just pipe /dev/audio to a file, then use SOX to change the resulting .au file to whatever you need, but that's platform-dependent, and is beyond the scope of SDL anyway. Sorry. -- David Clark si...@te... Preliminary pySDL Documentation: http://www3.telus.net/futility/futility/docs/pysdl/index.html |