OpenNETCF.Multimedia.Audio.Recorder recording at 8khz

  • Thread starter Thread starter Razvan Dragomirescu
  • Start date Start date
R

Razvan Dragomirescu

Hi guys,

Is there any way to make the OpenNETCF Recorder record at 8KHz? It seems to
only know about 11, 22 and 44khz, but not 8. Is there a limtation in the
hardware that makes it impossible to record at 8khz? Or should I just go
ahead and mess with the sources for the SoundFormats enum and add the 8KHz
sampling rate?

Thanks,
Razvan
 
It looks like a silly omission on our end. I can't believe in all the hours
I've spent on that code I never noticed that 8000Hz formats were AWOL. I
guess at this point you will need to mess with sources - I'll add the
missing formats in the next drop. Of course to do it properly, the formats
must be enumerated (instead of hardcoded) or simply tried and accepted or
rejected based on the MMSYSTEM response
 
Back
Top