Fixed deemphasis bug

pull/96/head
Ryzerth 2021-04-14 02:03:03 +02:00
rodzic 2c334c08ac
commit 098f09844b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,8 @@ public:
deemp.init(&resamp.out, audioSampRate, tau);
if (deempId == 2) { deemp.bypass = true; }
}
void start() {