I have to listen to WAV files and mark an event (like start of a word) then I have to mark the end of this event (like the end of of a word).
After completing the above operation I have to write a program that reads the wav file until the start of the event, create a new wav file from start of event to end of event.
Any idea?

0 answers