I have a bunch of audio files contained ordinary speech, mainly in mp3 format which I'd like to convert to text. Does anyone know of software that can do this?
Asked
Active
Viewed 3,838 times
7
-
1Does this answer your question? Speech-recognition app to convert MP3 to text? – karel Jan 05 '20 at 14:51
2 Answers
4
- PocketSphinx homepage
- pocketsphinx package
- Old thread but interesting: Pocketsphinx - Adding words and Improving accuracy
0
Try Mozilla DeepSpeech opensource application that can be run as a standalone application, or Transcribear browser based speech-to-text application, which will require to be connected online and upload the recording to the Transcribear server

John
- 71