reading wave data

  • Thread starter Thread starter Andrew Bullock
  • Start date Start date
A

Andrew Bullock

Hi,

Can someone please give me some info on how I can go about reading each
sample value of an 8bit wav file?

I do not need to "play" the wav, just examine each sample value.



Thanks alot,

Andrew
 
Andrew Bullock said:
Hi,

Can someone please give me some info on how I can go about reading each
sample value of an 8bit wav file?

Basically you've got to write a class to read the file, there is no built in
class for that in the framework. The format specificat ionis freely
available on the web. Just google for it.
 
Back
Top