mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
Fixed deemphasis bug
This commit is contained in:
parent
2c334c08ac
commit
098f09844b
@ -57,6 +57,8 @@ public:
|
||||
|
||||
deemp.init(&resamp.out, audioSampRate, tau);
|
||||
|
||||
if (deempId == 2) { deemp.bypass = true; }
|
||||
|
||||
}
|
||||
|
||||
void start() {
|
||||
|
Loading…
Reference in New Issue
Block a user