All suggestions and links to relevant information are welcome here. This is the scenario:
Say I have a .wav file for someone speaking (and therefore all the samples associated with it).
I would like to run a series of sampling algorithm to determine when an event will occur, i.e. the beginning and end of an envelope. Then I would use this start and end point to retrieve data that will be used elsewhere.
What would be the best way to handle this? Any pseudo code? Code example? Source?
In the end I will write this in C.
Thanks!
EDIT 1
Parsing a wav file is not a problem. But some pseudo code for detecting the envelope would be nice! :)
c audio signal-processing
Eric brotto
source share