Tagged Questions
1
vote
1answer
494 views
waveOutSetVolume ignoring the handle
I have couple of waveout handles in my code that playing in parallel.
Now i want to set different volume for each waveout handle.
There is a waveOutSetVolume win32api function: ...