How to Change Audio device Volume ?
-
Hi In my application i want to change volume control of Main speaker,WaveIn,etc. Is there any simple way to do this. If yes can i get some sample code. Thanks JP ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
-
Hi In my application i want to change volume control of Main speaker,WaveIn,etc. Is there any simple way to do this. If yes can i get some sample code. Thanks JP ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
See if this article gets you started.
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow
-
See if this article gets you started.
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow
Thanks for ur reply . it is very helpful for me. one general question. How can i change the volume of wavein device(mic)? Thanks JP ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
-
Thanks for ur reply . it is very helpful for me. one general question. How can i change the volume of wavein device(mic)? Thanks JP ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
P_JAYAPRAKASH wrote: How can i change the volume of wavein device(mic)? How about
waveOutSetVolume()
?
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow
-
P_JAYAPRAKASH wrote: How can i change the volume of wavein device(mic)? How about
waveOutSetVolume()
?
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow
I think WaveOutVolume is for "WaveOut" devices not for wavein. ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
-
I think WaveOutVolume is for "WaveOut" devices not for wavein. ALL THINGS ARE POSSIBLE UNTIL THEY ARE PROVED IMPOSSIBLE-AND EVEN THE IMPOSSIBLE MAY ONLY BE SO,AS OF NOW
P_JAYAPRAKASH wrote: I think WaveOutVolume is for "WaveOut" devices not for wavein. Fair enough. As my article indicates, I'm not an audio aficionado.
"Opinions are neither right nor wrong. I cannot change your opinion of me. I can, however, change what influences your opinion." - David Crow