From 839c1386aa9e4d74f621e7354bae62134aa304e1 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Thu, 10 Sep 2020 17:49:19 +0200
Subject: [PATCH] Improved comment for activation of the alternate audio module

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 231120a..87a89bb 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ PURESIGNAL_INCLUDE=PURESIGNAL
 
 #PTT_INCLUDE=PTT
 
-# Choose "PORTAUDIO" or "ALSA" for the audio system
-AUDIO_MODULE=ALSA
+# uncomment the line below to get the "portaudio" audio module (instead of the standard one).
+#AUDIO_MODULE=PORTAUDIO
 
 # very early code not included yet
 #SERVER_INCLUDE=SERVER
-- 
2.45.2