Possible Duplicate:
Speech recognition - MP3 to text software
Is there a piece of software that allows me to point it to e.g. an mp3 file of a podcast which it analyzes and creates a text file transcription of the audio?
Possible Duplicate:
Speech recognition - MP3 to text software
Is there a piece of software that allows me to point it to e.g. an mp3 file of a podcast which it analyzes and creates a text file transcription of the audio?
There are few software available to perform speech recognition (i.e. speech to text (STT)), but I am not sure to what extent they would be able to fulfill your needs. I guess the best solutions available are expensive. For instance, the Dragon NaturallySpeaking SDK should be able to do the job. Some free alternative exist though. Check CMU Sphinx or Microsoft's Speech Software Recognition for example.
To narrow down your research, you should take into consideration the system that you are using (Linux, BSD, Windows, etc) as well as the type of recording that you will use (are the speakers known in advance or not). This will impact the solutions that you can or cannot use. Also, beware that, afaik, speech recognition is far from being accurate.
Hope it helps!