buhats / Telekey

Telekey - Software Design & Documentation project
1 stars 1 forks source link

Speech to Text Continuous Script #3

Closed gizzon closed 3 years ago

gizzon commented 3 years ago

Job Python script that continuously listens for audio and returns text.

Describe a possible solution Initial thoughts were to use Watson APIs. The SpeechRecognition and pyttsx3 python modules are definitely better suited for this problem .

Context Completes Speech To Text portion of our app. This script will be used to listen for vocal commands.

gizzon commented 3 years ago

Wooops accidentally deleted an import