-
v1.4.1 Stable
released this
2026-03-21 15:37:38 +01:00 | 373 commits to main since this releaseWhat's Changed
- perf(docker): add cargo cache mounts and fix WAV chunk sizes for OVMS compatibility (
76a34db)- Add BuildKit cache mounts for cargo registry/git to avoid re-downloading deps
- Remove mold linker (marginal gains, adds complexity)
- Combine build and test in single RUN to share cache mounts
- Fix WAV chunk sizes when transcoding via pipe (ffmpeg writes 0xFFFFFFFF placeholders)
- Add fix_wav_chunk_sizes() to patch RIFF/data sizes for strict parsers like Mediapipe
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- perf(docker): add cargo cache mounts and fix WAV chunk sizes for OVMS compatibility (