Split MP3 track into words

2

I need to split many MP3 tracks into separate words. I want to turn one MP3 track into several tracks containing one word each. I need to do this automatically, because there will be so many tracks.

Audacity is a little dumb for this so I'm looking for something smarter. Additionally, it would be cool if I could type in the words that I know are in the soundtrack to help the computer split it.

How might I go about accomplishing this?

user235561

Posted 2013-07-03T22:07:08.193

Reputation: 63

What operating system are you using? – terdon – 2013-07-04T00:27:29.697

Windows XP Pro(FOREVER!), but I have Windows 7 too on other computer. – user235561 – 2013-07-04T09:41:52.120

2That is going to be very, very hard. In real speech, you know there aren't actually breaks between words - that most of the time, the sounds run straight into each other? – Vince Bowdren – 2013-07-04T14:20:42.967

Answers

4

Trying to split an audio file based on some type of speech recognition, and comparing with contents of a text file is going to be quite an arduous task.

If there are sufficient pauses (silent sections) between the words, you could use this to split up the file into sections. For example in Audacity, go to Edit -> Clip Boundaries -> Detach at Silence [1]. However this will only split at absolute silence, which is impossible to get while recording. You will need to make use of a filter such as Noise Gate to zero the audio during these segments.

peanut_butter

Posted 2013-07-03T22:07:08.193

Reputation: 1 722

I'll try but I don't think this will work well because speech is fast enough so it has to be advanced. – user235561 – 2013-07-04T09:39:01.950

No it did not work. There's not really silence. This track is recorded by a professional voice actor and gaps between words are really small. – user235561 – 2013-07-04T10:27:39.217

You could try an automated cue sheet editor with a cue sheet splitter, but I imagine you would run into the same problem.

– peanut_butter – 2013-07-04T16:56:35.053

I'll see what it is when I get up and report results. – user235561 – 2013-07-05T02:23:50.173

No it's even worse. – user235561 – 2013-07-05T03:45:22.330