Aufnahme-Samplerate auf 48000 Hz geändert (MOTU M2 Nativrate)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-04 00:34:10 +02:00
commit 86b69af1d6
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ dir, 3060 Sekunden lang.
Öffne ein Terminal und gib folgendes ein:
```bash
arecord -D pulse -f S16_LE -r 44100 -c 1 --duration=60 \
arecord -D pulse -f S16_LE -r 48000 -c 1 --duration=60 \
~/chatterbox-tts-cli/my_voice_deutsch_60s.wav
```