sde
Well-known member
Im trying to change the wave out volume. when ever i use the waveOutSetVolume() method, it takes the volume all the way down no matter what value i set it at.
i then open the sound mixer in windows and the wave volume slider is all the way down. when i move it up it works normally .. until i call that method again.
*****edited *******
figured it out .. maxvolume is not 100, .. rather 0xFFFF
i then open the sound mixer in windows and the wave volume slider is all the way down. when i move it up it works normally .. until i call that method again.
*****edited *******
figured it out .. maxvolume is not 100, .. rather 0xFFFF
Last edited by a moderator: