[feat](trx-rs): show audio bitrate and active stream count on About page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-26 20:18:19 +01:00
parent f31fbecca6
commit c8de54d85e
7 changed files with 27 additions and 1 deletions
+1
View File
@@ -484,6 +484,7 @@ fn spawn_rig_audio_stack(
sample_rate: rig_cfg.audio.sample_rate,
channels: rig_cfg.audio.channels,
frame_duration_ms: rig_cfg.audio.frame_duration_ms,
bitrate_bps: rig_cfg.audio.bitrate_bps,
};
let (rx_audio_tx, _) = broadcast::channel::<Bytes>(256);