How to get text from mp4 and wav with Python

Pinterest Twitter Facebook Install speech recognition module pip install SpeechRecognition This code will grab text from wav audio file. It has also a function get_wav to get the wav out of an mp4. This one uses ffmpeg, so you have to install ffmpeg first. Look into this blog to know how to do it. Ffmpeg … Continue reading How to get text from mp4 and wav with Python