detman / voice2text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audio2text

This script converts the WAV audios produced by Phillips VoiceTracer and converts them to ascii text. text is written into a audio.txt file. existing content will be overwritten.

installation (mac)

brew install portaudio 
python3 -m venv env
source env/bin/activate

pip install pyaudio
pip install SpeechRecognition

About


Languages

Language:Python 100.0%