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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top