|
|
@ -47,9 +47,11 @@ Description: Speech recognition feedback loops using the first sentence of a sca
|
|
|
|
run: `make ttssr-human-only`
|
|
|
|
run: `make ttssr-human-only`
|
|
|
|
|
|
|
|
|
|
|
|
Specific Dependencies:
|
|
|
|
Specific Dependencies:
|
|
|
|
* [pocketsphinx](https://github.com/bambocher/pocketsphinx-python) `sudo pip3 install pocketsphinx` ---> FOLLOW THIS EXAMPLE
|
|
|
|
* PocketSphinx pacakge `sudo aptitude install pocketsphinx pocketsphinx-en-us`
|
|
|
|
* SpeechRecognition 3.8.1
|
|
|
|
|
|
|
|
* PyAudio
|
|
|
|
* Speech Recognition: `sudo pip3 install SpeechRecognition`
|
|
|
|
|
|
|
|
* TermColor: `sudo pip3 install termcolor`
|
|
|
|
|
|
|
|
* PyAudio: `pip3 install pyaudio`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|