API functions for a 4 speaker sound card

  • Thread starter emusician_indian
  • Start date
E

emusician_indian

The Windows API functions for midiout and waveout devices for
controlling volumes of individual speakers of a standard stereo sound
card are known as,

midiOutSetVolume Lib "winmm.dll" Alias "midiOutSetVolume" (ByVal
uDeviceID As Long, ByVal dwVolume As Long) As Long, and

waveOutSetVolume Lib "winmm.dll" Alias "waveOutSetVolume" (ByVal
uDeviceID As Long, ByVal dwVolume As Long) As Long, respectively.

Where can I find those for controlling the the volumes of individual
speakers of a 4 speaker sound card ( eg., front left, front right, rear
left and rear right)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top