Outputting to specific sound channels ?

Dmitry Borisov jbors at mail.ru
Thu Sep 30 16:06:26 EDT 2004


To: python-list at python.org
Date: Thu, 30 Sep 2004 18:54:47 GMT
Subject: Outputting to specific sound channels?

[snip]
> What is the best way to go about doing this? I don't believe there's 
> anything in the standard library that handles this, so I'd *probably* 
> want to use SDL or something similar. Does anyone know of a solution 
> that not only allows you to play sounds from Python, but also output 
> those sounds to a channel other than Wave? (such as Microphone)

Hmm, not sure how can you play sounds through Microphone, it accepts input only.
You can use pymedia to work with sound. You can grab from Microphone/Line in/Aux and send it to the selected sound card,
resample sounds or do sound analysis.
Check it out http://pymedia.sf.net/

Dmitry/



More information about the Python-list mailing list