mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-29 22:07:51 +02:00
Fixed deemphasis bug
This commit is contained in:
@ -57,6 +57,8 @@ public:
|
||||
|
||||
deemp.init(&resamp.out, audioSampRate, tau);
|
||||
|
||||
if (deempId == 2) { deemp.bypass = true; }
|
||||
|
||||
}
|
||||
|
||||
void start() {
|
||||
|
Reference in New Issue
Block a user