From 4cc141bff1df1b4dfb1b726dbb9619ae0655e702 Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Wed, 20 May 2020 00:01:30 -0400 Subject: [PATCH] Add more comments to the default configuration --- colorchord2/default.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colorchord2/default.conf b/colorchord2/default.conf index a568eae..db9363c 100644 --- a/colorchord2/default.conf +++ b/colorchord2/default.conf @@ -25,8 +25,12 @@ wininput = -1 #-1 indicates left and right, 0 left, 1 right. sample_channel = -1 +# Sets the playback device for CNFA (what speakers to go to) devplay = default +# Sets the device to get audio from, default searches for a mic devrecord = default +# If speaker loopback is desired use the following line +#devrecord = defaultRender # For Linux mostly use the following command to find valid devices to read from: # pactl list | grep pci- | grep monitor @@ -68,7 +72,7 @@ filter_iter = 2 filter_strength = .5 # How many bins per octave to use? -freqbins = 24 +freqbins = 24 # For the final note information... How much to slack everything? note_attach_amp_iir = 0.3500