From 56007d28eb3caf287b02d0bb5511d8015cf13cec Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Fri, 4 Jun 2021 21:57:34 -0400 Subject: [PATCH] Updated devrecord - Made windows loopback device the default - Added instructions on how to do the same on Linux --- colorchord2/default.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colorchord2/default.conf b/colorchord2/default.conf index 7bb04e2..d4f3765 100644 --- a/colorchord2/default.conf +++ b/colorchord2/default.conf @@ -29,7 +29,11 @@ sample_channel = -1 # Sets the playback device for CNFA (what speakers to go to) devplay = default # Sets the device to get audio from, for WASAPI, "default" searches for a mic, and "defaultRender" searches for your loopback. -# devrecord = default +devrecord = defaultRender +# On linux for PulseAudio @DEFAULT_SOURCE@ selects the default input (typically a microphone) +# @DEFAULT_MONITOR@ selects the default loopback device +# devrecord = @DEFAULT_MONITOR@ + #Render