[feat](trx-server,trx-client): raise default audio opus bitrate

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 11:33:52 +01:00
parent b0bf9e3ee0
commit 4b5dd36778
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ impl Default for AudioConfig {
sample_rate: 48000,
channels: 1,
frame_duration_ms: 20,
bitrate_bps: 24000,
bitrate_bps: 192000,
}
}
}