I have a bunch human reading simple sentence (hello world) as a wav file, How can I break the wav file for 2 wav files each contains word (hello and world) by automatically recognizing the gap between the words? Is there a tool or library that can do that? Thank you!

link|improve this question
What language are you using? Also, not everyone talks with gaps between words. – Brad Oct 12 '11 at 15:18
Its english, the gaps are deliberately there so we can split the file... – user648026 Oct 12 '11 at 15:39
No, what programming language are you using. – Brad Oct 12 '11 at 16:28
Oh silly me, Since its one time job only – I am looking for a tool that will do the work, But if I won’t have a choice I can write this in C or C# or Java – user648026 Oct 12 '11 at 18:04
This question is off-topic for Stack Overflow. See SuperUser.com instead. stackoverflow.com/faq – Brad Oct 12 '11 at 19:16
show 2 more comments
feedback

migrated from stackoverflow.com Oct 14 '11 at 8:13

This question came from our site for professional and enthusiast programmers.

1 Answer

Your Answer

 
or
required, but never shown