Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

how can i get the sample data from wave audio and what is the deflate type of it and i can convert it


Thanks


MASOUD
Posted

First of all, this is a good reference: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/[^].

You can read the data using System.IO.BinaryReader and parse it.

For many audio processing needs, check out open-source NAudio library available on CodePlex: http://naudio.codeplex.com/[^].

Besides, you can find some available piece of code, for example:
WAVE File Processor in C#[^],
http://daisy-svn.cvsdude.com/urakawa-sdk/trunk/csharp/audio/SoundTouch.NET/Utility/WavFile.cs[^].
Try to find more: http://bit.ly/1hj5QGT[^].

—SA
 
Share this answer
 
Comments
Masoud Ozo 28-Nov-13 9:44am    
thanks
Sergey Alexandrovich
Sergey Alexandrovich Kryukov 28-Nov-13 10:43am    
You are very welcome.
Good luck, call again.
—SA
you must learn leraning machin methode for analyze the pattern of wavw data

and then try to overfitting data to your methode to extract note or some voice from wave file

also some of signalproccessing method need to know .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900