This commit is contained in:
Nishi 2025-11-24 16:21:38 +09:00
commit 970d3d44c3
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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;
}