PDA

View Full Version : Priority Over-ride


Gargand
21-07-2004, 05:54
I think an awesome feature to be added would be a priority over-ride for TS. It could be similar to a police radio that is scanning channels and when something comes over your primary channel, all other heard channels are shut off and you can only hear the channel you are logged into.

Why would I like this? So you can listen to MP3s and when someone keys up on teamspeak it over-rides the sound input from all other programs and all you hear is TS.

If there is already a way to do this, please let me know. I would be eternally grateful!

Dennis

Brain
21-07-2004, 11:26
Well, I don't know if there already is such a thing, but it's quite possible to code something like that.
You'd need to write a DSP/Effect filter which queries the TS client and if there's someone talking in your channel it sets Winamp's volume to 10% or so.
The drawback of this method is the polling frequency. Someone could be talking for half a second before your Winamp plugin realizes there is someone talking. It would be better to have some kind of callback function, that is the TS client telling Winamp there's someone talking. However I don't know if there is such an option in the TS2 SDK.