From 970d3d44c3f1228738ea03f7d426b74aee200bd0 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 24 Nov 2025 16:21:38 +0900 Subject: [PATCH] better --- audio/drv_ao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/drv_ao.c b/audio/drv_ao.c index 8c18cd2..5ee31a4 100644 --- a/audio/drv_ao.c +++ b/audio/drv_ao.c @@ -31,7 +31,7 @@ static int drv_open(driver_t* drv) { return 0; } - drv->frames = 60 * MDEAudioRate / 1000; + drv->frames = 80 * MDEAudioRate / 1000; return 1; }