[Python-ideas] Cross Platform Python Sound Module/Library

Oleg Broytman phd at phdru.name
Sat Apr 27 18:42:17 CEST 2013


On Sat, Apr 27, 2013 at 11:59:19AM +1200, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Oleg Broytman wrote:
> >Are there cross-platform audio libraries that Python could wrap?
> 
> There's OpenAL:
> 
>    http://connect.creativelabs.com/openal/default.aspx

   And there is PyOpenAl. There is SDL and PyGame on top of it. Hence
the original poster's problem has already been solved. In many ways --
see http://wiki.python.org/moin/PythonGameLibraries for other solutions.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.



More information about the Python-ideas mailing list