Fixed deemphasis bug

This commit is contained in:
Ryzerth 2021-04-14 02:03:03 +02:00
parent 2c334c08ac
commit 098f09844b

View File

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