README.md aktualisiert

This commit is contained in:
2026-02-01 14:50:35 +00:00
parent eb2a03959e
commit eac832c37f

View File

@@ -173,7 +173,7 @@ ssh pi@192.168.1.100
aplay -l aplay -l
``` ```
Du solltest folgende Ausgabe sehen: Du solltest eine ähnliche Ausgabe sehen:
``` ```
**** PLAYBACK hardware devices **** **** PLAYBACK hardware devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA] card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
@@ -199,10 +199,7 @@ Du solltest einen Ton hören (drücke Ctrl+C zum Beenden).
```bash ```bash
arecord -D hw:1,0 -f S16_LE -c 2 -r 48000 test_recording.wav arecord -D hw:1,0 -f S16_LE -c 2 -r 48000 test_recording.wav
``` ```
Sprich kurz ins Mikrofon und stoppe mit Ctrl+C. Dann abspielen: Hierbei sind hw:1,0 so zu wählen, dass 1 für die Karte steht - kann auch 3 o.Ä. sein und 0 der Device-Index der Karte.
```bash
aplay -D hw:1,0 test_recording.wav
```
--- ---
@@ -276,5 +273,7 @@ Anschließend muss folgende Befehlskette ausgeführt werden:
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl enable wifi-reconnect.timer sudo systemctl enable wifi-reconnect.timer
sudo systemctl start wifi-reconnect.timer sudo systemctl start wifi-reconnect.timer
sudo systemctl enable voicerec.service
sudo systemctl start voicerec.service
``` ```
Prüfen lässt sich der aktuelle Zustand per: `sudo systemctl status wifi-reconnect.timer` Prüfen lässt sich der aktuelle Zustand per: `sudo systemctl status wifi-reconnect.timer`