This commit is contained in:
CroneKorkN 2025-05-30 19:02:26 +02:00
parent 40efa94b81
commit f99412c537
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -35,7 +35,7 @@ def record_section():
"-i", "alsa_input.usb-HANMUS_USB_AUDIO_24BIT_2I2O_1612310-00.analog-stereo",
"-ac", "1",
"-ar", "96000",
"-sample_fmt", "s32",
"-sample_fmt", "s32", # gerät kann nur 24bit, aber flac kann nur 32bit container
"-t", str(duration_seconds),
"-c:a", "flac",
"-compression_level", "12",