From a61bd03cf11dbabd06addfb0b55f832c124548ff Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Tue, 5 Sep 2023 21:55:55 +0530 Subject: [PATCH] select the right noise reduction functions from wdsp --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f7c1163..9df74e5 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,7 @@ OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(LEVEL_OPTIONS) $(PURESIGNAL_OP $(PTT_OPTIONS) \ $(SERVER_OPTIONS) \ $(AUDIO_OPTIONS) \ + -D NEW_NR_ALGORITHMS=1 \ -D GIT_DATE='"$(GIT_DATE)"' -D GIT_VERSION='"$(GIT_VERSION)"' $(DEBUG_OPTION) -- 2.45.2