feat(tools): add protocol probe and audio test binaries (TODO-044,047)

Protocol probe: connects to server, reports capabilities, channels,
clients. Audio test: DSP pipeline benchmark with configurable params.
This commit is contained in:
Edison Jwa
2026-06-11 21:58:26 +09:00
parent 11a2541042
commit 6c00fae1cf
7 changed files with 4256 additions and 0 deletions
+2
View File
@@ -40,6 +40,8 @@ members = [
exclude = [
"apps/chanora_flutter",
"tools/protocol-probe",
"tools/audio-test",
]
[workspace.package]