Outputting to specific sound channels?

Davin Boling davin at wordpainter.net
Thu Sep 30 14:54:47 EDT 2004


I'm a rather new programmer - been messing around with Python for about 
half a year or so. I play a few online games and run a Teamspeak server. 
Recently I've found myself wanting to make a "sound board" program that 
lets me play prerecorded sounds over the microphone channel. :D

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)

Thanks in advance, I'll toss any worthwhile creations that result from 
the knowledge your way. ;D



More information about the Python-list mailing list