Wave-in whit winmm.dll mixer...

  • Thread starter Thread starter Dom Lague
  • Start date Start date
D

Dom Lague

I need to get the signal level from the wave in input from a
soundblaster. I have tried to modify a program I found that uses the
winmm.dll functions.
I was able to open up the mixer , but I then tried to load a meter
using
mixerGetLineInfo and mixerGetLineControls functions, it was unable to
load the meter control.
Can anyone suggest why? An/Or an easier way to obtain the signal level
or raw signal data from wave-in audio?

Thanks

Dom
 
* (e-mail address removed) (Dom Lague) scripsit:
I need to get the signal level from the wave in input from a
soundblaster. I have tried to modify a program I found that uses the
winmm.dll functions.
I was able to open up the mixer , but I then tried to load a meter
using
mixerGetLineInfo and mixerGetLineControls functions, it was unable to
load the meter control.

Post the declares of the functions/types you used. Maybe there are bugs
in it.
 
Back
Top