diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:57:50 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:57:50 +0100 |
| commit | 69a64546ae06b0377be8c26f2842e3d92df53778 (patch) | |
| tree | 76bb6161f18fa9f24705c91851ca88ab309f85ce /bin/source.py | |
| parent | cf6fd59f629b34040347c0982c09e26710dccc58 (diff) | |
fixed the speechtranscriber issue by looking at the speeechtrascriber python project from last year
Diffstat (limited to 'bin/source.py')
| -rw-r--r-- | bin/source.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/source.py b/bin/source.py index 46b0bab..485cc03 100644 --- a/bin/source.py +++ b/bin/source.py @@ -1,6 +1,7 @@ import time import os import speech_recognition as speech +import sounddevice import i2c as LCD from gpiozero import CPUTemperature |
