Commit graph

8 commits

Author SHA1 Message Date
DevBench 5206e5b0ae DAB+ audio: WAV default for all sample rates (24/32/48 kHz), stereo input fix
- Default: dablin -w so ffmpeg reads rate and channels from WAV header;
  all DAB+ services (24/32/48 kHz, mono/stereo) play at correct speed.
- Fallback: OPENWEBRX_DAB_USE_WAV=0 uses PCM path with
  OPENWEBRX_DAB_INPUT_RATE (24000|32000|48000).
- Fix: treat dablin output as stereo (-ac 2); mono caused consistently
  slow playback.
- Optional OPENWEBRX_DAB_CAPTURE_RAW=1 for raw PCM capture (PCM path).
- README-FORK.md: document env vars and behaviour.
2026-02-06 02:14:19 +00:00
DevBench 8e76b89b22 DAB: use dablin -w (WAV) so ffmpeg gets correct input sample rate from header 2026-02-06 01:22:27 +00:00
DevBench 1944b3ce8e DAB: add 1MB pipe buffer (mbuffer) between dablin and ffmpeg to smooth dropouts 2026-02-06 01:14:43 +00:00
DevBench 22be3f3c97 DAB: use mono output in ffmpeg resample (-ac 1) to reduce CPU/load 2026-02-05 15:12:16 +00:00
DevBench d9fb221f34 Fix DAB audio pipeline using ffmpeg for resampling 2026-02-03 22:59:13 +00:00
Jakob Ketterl ad1b693dcb add DAB service selector 2024-01-25 00:10:25 +01:00
Jakob Ketterl d44a2a64e5 automatically play the first service 2024-01-23 21:53:31 +01:00
Jakob Ketterl 5ddd719364 add some first structure for DAB decoding 2024-01-22 02:38:20 +01:00