Outputting to specific sound channels?
From: Davin Boling (davin_at_wordpainter.net)
Date: 09/30/04
- Next message: Bryan Olson: "Re: cost of creating threads"
- Previous message: George Yoshida: "Re: SegFault using deque in 2.4b3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 18:54:47 GMT
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
- Next message: Bryan Olson: "Re: cost of creating threads"
- Previous message: George Yoshida: "Re: SegFault using deque in 2.4b3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|