2026-09-19 22:40:48 +02:00
|
|
|
# VoiceCat status
|
2026-06-15 21:09:09 +02:00
|
|
|
|
2026-09-21 00:11:01 +02:00
|
|
|
Updated: 2026-09-20
|
2026-06-15 21:09:09 +02:00
|
|
|
|
2026-09-19 22:40:48 +02:00
|
|
|
## Current state
|
2026-06-15 21:09:09 +02:00
|
|
|
|
2026-09-21 00:11:01 +02:00
|
|
|
VoiceCat's supported implementation is .NET 10. The managed protocol, crypto, TLS, server,
|
|
|
|
|
CLI, client state, audio engine, Windows client, macOS client, and iOS client are implemented.
|
|
|
|
|
Retired implementations and compatibility projects have been removed; this tree contains only
|
|
|
|
|
the supported product and its required native media boundaries.
|
2026-06-15 21:09:09 +02:00
|
|
|
|
2026-09-21 00:11:01 +02:00
|
|
|
The source-of-truth layout is:
|
2026-06-15 21:09:09 +02:00
|
|
|
|
2026-09-19 22:40:48 +02:00
|
|
|
- `proto/voicecat.proto` — wire schema.
|
2026-09-21 00:11:01 +02:00
|
|
|
- `src/` — protocol, crypto, codec/DSP bindings, server, client core, audio, and CLI.
|
|
|
|
|
- `tests/VoiceCat.Tests/` — managed behavior and integration tests.
|
2026-09-19 22:40:48 +02:00
|
|
|
- `clients/windows/` — WinForms application over the managed core.
|
2026-09-21 00:11:01 +02:00
|
|
|
- `clients/apple/` — AppKit and UIKit applications over the managed core.
|
|
|
|
|
- `native/media/` and `native/rnnoise/` — required Opus/RNNoise shim and vendored RNNoise.
|
2026-09-19 22:40:48 +02:00
|
|
|
- `native/apple/broadcast/` — required ReplayKit upload extension and shared ring producer.
|
2026-09-19 15:43:37 +02:00
|
|
|
|
2026-09-21 14:14:15 +02:00
|
|
|
The physical-device iOS voice path now supports ReplayKit fallback and stable Apple VPIO
|
|
|
|
|
voice-chat capture using a paced 20 ms handoff. Stereo microphone routing remains an open device
|
|
|
|
|
gate: the stereo preset currently receives duplicated mono samples despite selecting the built-in
|
|
|
|
|
stereo capsule.
|
|
|
|
|
|
2026-09-19 22:40:48 +02:00
|
|
|
## Release gates
|
2026-09-19 00:39:04 +02:00
|
|
|
|
2026-09-20 16:25:30 +02:00
|
|
|
- Run real multi-person calls on Windows, macOS, and physical iOS hardware, including adaptive
|
|
|
|
|
20/40/60 ms buffering, duration-aware DRED/FEC, and mismatched input/output endpoints.
|
2026-09-19 22:40:48 +02:00
|
|
|
- Complete NVDA and VoiceOver navigation/announcement passes.
|
|
|
|
|
- Exercise iOS background/lock, interruption, Bluetooth, route-change, ReplayKit, and iOS 27
|
2026-09-21 02:11:33 +02:00
|
|
|
ScreenCaptureKit paths on devices. Verify distinct left/right capture with the stereo microphone
|
|
|
|
|
preset, including changing mono/stereo while joined, and Windows desktop/per-app stereo sharing.
|
2026-09-21 04:05:40 +02:00
|
|
|
- Complete Developer ID signing/notarization. The iOS host and ReplayKit extension have been
|
|
|
|
|
distribution-signed and packaged locally; upload the IPA for Apple's server-side validation.
|
2026-09-19 22:40:48 +02:00
|
|
|
- Run the published Linux container and a 30-minute-or-longer server soak.
|
2026-09-16 17:34:16 +02:00
|
|
|
|
2026-09-19 22:40:48 +02:00
|
|
|
## Working rule
|
2026-09-16 16:48:06 +02:00
|
|
|
|
2026-09-21 00:11:01 +02:00
|
|
|
Keep this file short. It records only current state and open release gates. Git history is the
|
|
|
|
|
implementation diary.
|