help: Crossplattform audio functionality in Python
Olov Johansson
olov_johansson_not_for_sale at mail.ru
Thu Oct 11 19:22:07 EDT 2001
"Paul Winkler" <slinkp23 at yahoo.com> wrote in message
news:slrn9sbueh.1ob.slinkp23 at roaddog.armsnet...
> Another option, though no python bindings exist yet: Portaudio,
> see http://www.portaudio.com
the site appeared to be down when i tried that url.. anyways, to sum it up:
there are severeal potential crossplatform sound libraries which would suit
python just fine. among them are libao (gpl), libsdl (lgpl), mpg123 output
routines (gpl), portaudio(?). writing python bindings for any of these
should be no problem, but it needs to be integrated into the python core
before it's really useable (to easen up things for users).
/olov
More information about the Python-list
mailing list