README.md aktualisiert
This commit is contained in:
@@ -240,10 +240,12 @@ aplay -D hw:1,0 test_recording.wav
|
|||||||
```bash
|
```bash
|
||||||
# Nur das Nötigste
|
# Nur das Nötigste
|
||||||
sudo apt install -y portaudio19-dev
|
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)
|
# 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.
|
**Das ist ALLES!** Keine großen Modelle.
|
||||||
|
|||||||
Reference in New Issue
Block a user