This commit is contained in:
awalol
2026-04-29 21:46:44 +08:00
parent b8beee0fcd
commit 2413b009cd
+1 -2
View File
@@ -141,8 +141,7 @@ void audio_loop() {
}
void audio_init() {
resampler.SetMode(true, 2, false);
resampler.SetFilterParms();
resampler.SetMode(true, 0, false);
resampler.SetRates(48000, 3000);
resampler.SetFeedMode(true);
// resampler.Prealloc(2, 480, 32);