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

Oleg Broytman phd at phdru.name
Fri Apr 26 15:56:23 CEST 2013


On Fri, Apr 26, 2013 at 09:39:25AM -0400, Clay Sweetser <clay.sweetser at gmail.com> wrote:
> I've noticed that the python standard library lacks a cross-platform
> sound/audio module, instead having seperate modules for linux and windows.
> Is there any reason a standard cross platform library has not been created
> yet?

   Perhaps because Python's cross-platform code is often a
reimplementation of standard protocols (libraries such as http.py or
smtp.py) and Python's libraries are usually thin wrappers over operating
system libraries. Some OS libraries are cross-platform (e.g., libz) but
with audio you've touched a darker area. Are there cross-platform audio
libraries that Python could wrap?
   Also it is because nobody has proposed a patch. Wanna be the
champion?

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