updated README
This commit is contained in:
parent
92a3504a6e
commit
3e492432ec
@ -5,6 +5,9 @@ Raspberry PI Project for Computer Science. Turn an LED on or off via voice comma
|
||||
## Python Scripts
|
||||
The Python scripts are located in the folder py/
|
||||
|
||||
* led.py: Alternate every second, turning an LED on and off. Stopped by CTRL+C
|
||||
* speech.py: runs live recorded audio through PocketSpinhx speech recognition and print it as text in console
|
||||
* speech_coltrol_led.py: combines led.py and speech.py. If voice commands "fire" or "night" are recognized by PocketSphinx, LED is turned off or on
|
||||
### led.py
|
||||
Alternate every second, turning an LED on and off. Stopped by CTRL+C
|
||||
### speech.py
|
||||
Runs live recorded audio through PocketSpinhx speech recognition and print it as text in console
|
||||
### speech_coltrol_led.py
|
||||
Combines led.py and speech.py. If voice commands "fire" or "night" are recognized by PocketSphinx, LED is turned off or on
|
||||
Loading…
x
Reference in New Issue
Block a user