Changing speaker levels



Hi all, I'm currently writing a speech program (using SAPI). I need
some sort of functionality that when I call the speech engine's Speak()
method (from SpeechLib.SpVoice), I will only hear the voice out of
either the left speaker or the right speaker. I haven't been able to
find a way to do this in real time.

A sufficient solution for me would be to change the entire system's
left/right sound balance on the fly. Does anyone know how to do this?
I'm not too familiar with the multimedia features of .NET and didn't
find too much stuff while hunting around that didn't have to do with
playing a file.

Many thanks in advance!
Andy

.


Loading