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.
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.