Files
wz-phone/desktop/src-tauri
Siavash Sameni 21f5b24cbf
Some checks failed
Build Release Binaries / build-amd64 (push) Failing after 3m39s
fix: keep audio handles alive for call duration, fix Send+Sync
The VPIO/CPAL audio handles were dropped at the end of start(),
killing the audio unit immediately. Audio I/O stopped working
after the first frame.

- Store audio handle in CallEngine via SyncWrapper
- Drop MutexGuard before returning from status() (Send future)
- Audio streams now live for the entire call duration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 12:00:16 +04:00
..