updated README

This commit is contained in:
Sandro Zimmermann 2025-12-16 21:01:41 +01:00
parent 92a3504a6e
commit 3e492432ec

View File

@ -5,6 +5,9 @@ Raspberry PI Project for Computer Science. Turn an LED on or off via voice comma
## Python Scripts ## Python Scripts
The Python scripts are located in the folder py/ The Python scripts are located in the folder py/
* led.py: Alternate every second, turning an LED on and off. Stopped by CTRL+C ### led.py
* speech.py: runs live recorded audio through PocketSpinhx speech recognition and print it as text in console Alternate every second, turning an LED on and off. Stopped by CTRL+C
* 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 ### 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