mohitz007 / python-audio-to-text-convertor

this is a python script to convert audio file in .wav format to .txt file using google voice to text api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-audio-to-text-convertor

this is a python script to convert audio file in .wav format to .txt file using google voice to text api.

before starting, install the speech_recognition module using pip. execute in cmd: "pip install speech_recognition"

place the main.py in a folder containing the audio files. Open cmd in that folder and execute: "python main.py" All audio files in wav format will have a corresponding text file.

About

this is a python script to convert audio file in .wav format to .txt file using google voice to text api.


Languages

Language:Python 100.0%