README.md aktualisiert
This commit is contained in:
@@ -173,7 +173,7 @@ ssh pi@192.168.1.100
|
||||
aplay -l
|
||||
```
|
||||
|
||||
Du solltest folgende Ausgabe sehen:
|
||||
Du solltest eine ähnliche Ausgabe sehen:
|
||||
```
|
||||
**** PLAYBACK hardware devices ****
|
||||
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
|
||||
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:
|
||||
```bash
|
||||
aplay -D hw:1,0 test_recording.wav
|
||||
```
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||
@@ -276,5 +273,7 @@ Anschließend muss folgende Befehlskette ausgeführt werden:
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable 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`
|
||||
Reference in New Issue
Block a user