We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Convert audio file to text
This program helps to convert .mp3 to .wav and the audio file to text.
Python 3.6
Use the package managerpip to install foobar.
$ sudo pip3 install SpeechRecognition$ sudo pip3 install pydub
python3 ./main.py
MIT