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:
parent
2a2481c9a0
commit
86b69af1d6
2 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ cat ~/chatterbox-tts-cli/Trainings_Text.txt
|
|||
|
||||
# 3. Aufnahme starten — 60 Sekunden, stoppt automatisch
|
||||
# (nutzt das Standard-Eingabegerät von PipeWire/PulseAudio)
|
||||
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
|
||||
|
||||
# 4. Aufnahme abhören und prüfen
|
||||
|
|
@ -145,7 +145,7 @@ pactl list sources short | grep -v monitor
|
|||
# Aufnahme explizit vom MOTU M2:
|
||||
arecord -D pulse \
|
||||
--default-device=alsa_input.usb-MOTU_M2_M20000046918-00.analog-stereo \
|
||||
-f S16_LE -r 44100 -c 1 --duration=60 \
|
||||
-f S16_LE -r 48000 -c 1 --duration=60 \
|
||||
~/chatterbox-tts-cli/my_voice_deutsch_60s.wav
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue