-
Converts Speech to text using Google language API.
-
Requirements
-
-
for audio format convertion to "wav" format
-
sudo apt install ffmpeg
-
-
-
For python packages
-
sudo apt install python3-pip
-
-
-
Calls the ffmeg to convert audio files
-
sudo pip3 install pydub
-
-
SpeechRecognition
-
Contains APIs for audio to text conversion
-
sudo pip3 install SpeechRecognition
-
-
python3.6 transcribe.py audio_file_nameEx
python3.6 transcribe.py transcript.mp3