How could I take MP3 and convert the speech to text?

I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice). I thought it would be easier and intellectually interesting to convert to text using speech to text tools rather than simply transcribe by hand. I know there are technologies out there, especially for VoIP applications using Asterisk and Podcasts, but what are they and how can I use them?

link|improve this question
Maybe pass this on to Joel and Jeff so they can get the text for their wiki transcriptions of the SO podcasts. – Sam Meldrum Jan 29 '09 at 14:32
feedback

4 Answers

up vote 9 down vote accepted

Open Source: CMU Sphinx

Shareware: http://www.e-speaking.com/ (Windows)

Commercial: Dragon NaturallySpeaking (Windows)

link|improve this answer
I think the three above are good options to give you what you need to get going, but there'll be some coding (no cut n'n paste hack) to get speak to text working. From my very limited experience of using Sphinx with Asterisk PBX, I'd go for that on the free (beer and speech) vote for a small personal project. – Johnny Maelstrom May 1 '09 at 14:59
feedback

Dragon NaturallySpeaking seems to support MP3 input.

If you want an open source version (I think there are some Asterisk integration projects based on this one).

link|improve this answer
feedback

Refer this : http://hubpages.com/hub/audio-to-text-conversion , ou can easily do it

link|improve this answer
While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Bill the Lizard Jan 2 at 18:22
feedback

.NET can do it with its System.Speech namespace.

You would have to convert to .wav first or capture the audio live from the mic.

Details on implementation can be found here: Transcribing Audio with .NET

link|improve this answer
feedback

protected by Community Dec 11 '11 at 6:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.