ive been trying to incorporate some vu meter code into my vb app but the problem im having is all the vu meter code uses a method that my lousy sound card does not support. I know mine sucks and i should buy a new one, but since I am planning on distributing this app I dont want others to have this same issue.
It says the mixer does not support the VU Meter.
Is there another way to code this without using the default mixer control?
the code that fails is
ok = GetControl(hmixer, MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, MIXERCONTROL_CONTROLTYPE_PEAKMETER, inputVolCtrl)