mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +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);
|
deemp.init(&resamp.out, audioSampRate, tau);
|
||||||
|
|
||||||
|
if (deempId == 2) { deemp.bypass = true; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void start() {
|
void start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user