OpenNETCF.Multimedia.Player problem

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I was able to read system wav file with just a couple of lines with the
OpenNETCF.Multimedia.Audio.Player class

However, when I tryed to do the same thing with sound recorded with the
default record application on my PPC I get the error "Unsupported Wave
Format" ??!!!

the WaveFormatEx object having the following values:
AvgBytePerSec 1625
BitsPerSample 0
BlockAlign 65
Channels 1
FormatTag 49
SamplePerSec 8000
Size 2

is it normal ?
 
This is because I did not have time to implement processing of any formats
other than PCM. FormatTag 49 if memory serves me right, is gsm610. I *know*
how to do that, but the current state of the things is such that I cannot
devote a day or two to this to make sure it works
 
Back
Top