wav file
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
does anyone know how to take a sample signal from a wav file? thank you
-
does anyone know how to take a sample signal from a wav file? thank you
-
does anyone know how to take a sample signal from a wav file? thank you
You need to know the format of a WAV file. Here's an example: WAV File Format[^] Using the format you can work your way through the file to the samples. If the samples are compressed, you can use the Microsoft Audio Compression Manager[^] or some other method to uncompress the samples. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: