From a78bc45282efc8eb97f887ce422ccd35cf612bdb Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Fri, 3 Feb 2023 21:22:29 -0500 Subject: [PATCH] Set sw vocoder back to false as default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ae6c79..a616efb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include configure.mk # need to update the systemd service script BINDIR = /usr/local/bin -swambe2 = true +swambe2 = false GCC = g++