revert 64f0216c
This commit is contained in:
+1
-2
@@ -141,8 +141,7 @@ void audio_loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void audio_init() {
|
void audio_init() {
|
||||||
resampler.SetMode(true, 2, false);
|
resampler.SetMode(true, 0, false);
|
||||||
resampler.SetFilterParms();
|
|
||||||
resampler.SetRates(48000, 3000);
|
resampler.SetRates(48000, 3000);
|
||||||
resampler.SetFeedMode(true);
|
resampler.SetFeedMode(true);
|
||||||
// resampler.Prealloc(2, 480, 32);
|
// resampler.Prealloc(2, 480, 32);
|
||||||
|
|||||||
Reference in New Issue
Block a user