Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
volume
#2
Code:
Copy      Help
dll winmm.dll #waveOutSetVolume uDeviceID dwVolume

;left and right channels, between 0 and 65535
int left right
left=50000
right=50000

waveOutSetVolume(0 right<<16|left)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)