Siavash Sameni
00fa109f07
Mirror to GitHub / mirror (push) Failing after 33s
Build Release Binaries / build-amd64 (push) Failing after 3m57s
feat: codec2 support — adaptive encoder/decoder, per-packet codec switch
Android engine:
- Use wzp_codec::create_encoder/create_decoder (factory) instead of
hardcoded OpusEncoder/OpusDecoder
- Recv path: auto-switch decoder based on incoming packet's codec_id
- Supports mixed-codec rooms (one client Opus, another Codec2)
Desktop client already uses factory functions — no changes needed.
Codec selection via QualityProfile:
- GOOD: Opus 24kbps
- DEGRADED: Opus 6kbps
- CATASTROPHIC: Codec2 1200bps
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 10:34:14 +04:00
..
2026-04-05 09:37:57 +00:00
2026-04-07 10:34:14 +04:00
2026-04-05 09:37:57 +00:00
2026-04-06 21:37:29 +04:00