README.md aktualisiert

This commit is contained in:
2026-01-19 14:57:45 +00:00
parent 526daadc38
commit f30925a06b

View File

@@ -240,10 +240,12 @@ aplay -D hw:1,0 test_recording.wav
```bash
# Nur das Nötigste
sudo apt install -y portaudio19-dev
pip3 install pyaudio numpy scipy
sudo apt install python3-pyaudio
sudo apt install python3-numpy
sudo apt install python3-scipy
# PocketSphinx (minimal, nur ~5MB)
pip3 install pocketsphinx SpeechRecognition
sudo apt install python3-pocketsphinx
sudo apt install python3-SpeechRecognition
```
**Das ist ALLES!** Keine großen Modelle.