How wavread found out the data sample of the wav file?
Afficher commentaires plus anciens
Hey i just want to know how did wavread function automatically recognize/found out the data sample of the wav file? because i found out that the sample data value are not always in the same index when we stream .wav file into array. lately i'm trying to use delphi to create similar function to wavread but stuck on how to find the place of sample data of each .wav file.
Réponses (1)
Jan
le 27 Avr 2013
0 votes
Did you ask an internet search engine already?
4 commentaires
I Made
le 28 Avr 2013
Walter Roberson
le 28 Avr 2013
First it figures out which format it is (by looking at Magic Numbers). Then it looks up that format to find out where the sample rate is for that format.
Jan
le 28 Avr 2013
@I Made: Please add links to the threads in other forums, when you cross-post a problem. Otherwise it would be a waste of time, if someone posts an answer here, which can be found at stackoverflow already. Alternative: Do not cross-post at all. Thanks.
I Made
le 13 Mai 2013
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!