increase playback buffer size on desktop

This commit is contained in:
2025-11-27 17:31:55 -07:00
parent b9e293cca4
commit c645722d21
+1 -1
View File
@@ -121,7 +121,7 @@ impl AudioSystem {
0,
vec![
0;
2400 // 50ms of buffer
SAMPLE_RATE as usize/4 // 250ms of buffer
],
)));
let decoder = opus::Decoder::new(SAMPLE_RATE, opus::Channels::Mono)?;