noise reduction work

This commit is contained in:
AlexandreRouma
2023-03-27 01:50:34 +02:00
parent a9f882e5b1
commit 75050347de
12 changed files with 52 additions and 15 deletions

View File

@ -79,6 +79,7 @@ namespace demod {
int getDefaultDeemphasisMode() { return DEEMP_MODE_NONE; }
bool getFMIFNRAllowed() { return false; }
bool getNBAllowed() { return true; }
bool getAFNRAllowed() { return false; }
dsp::stream<dsp::stereo_t>* getOutput() { return &demod.out; }
private: