Commit graph

4 commits

Author SHA1 Message Date
DevBench c11ff91f3d Frontend: fix waterfall not flowing, defensive DOM checks
- waterfall_add: call add_canvas() before canvas_context check so first canvas is created and waterfall can start
- Keep defensive null checks for divlog, scale_setup, init_canvas_container, networkSpeedMeasurement, add_canvas (for missing DOM)
2026-02-07 19:40:41 +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 bf14836415 Fix DAB+ audio sample rate issues using ffmpeg resampling (PR #419)
- owrx/dab/dablin.py: pipe dablin output through ffmpeg to resample to 48kHz
- docker/scripts/install-dependencies.sh: add sox to static packages
- Dockerfile.hotfix: optional hotfix image with dablin from source + ffmpeg/sox

Upstream PR: https://github.com/jketterl/openwebrx/pull/419
2026-02-04 18:13:48 +00:00
DevBench d9fb221f34 Fix DAB audio pipeline using ffmpeg for resampling 2026-02-03 22:59:13 +00:00