From e5e2ba7396b22cee86534b8e69dbca0d2ea165cf Mon Sep 17 00:00:00 2001 From: XilefTech <52332196+XilefTech@users.noreply.github.com> Date: Sat, 26 Jun 2021 16:31:08 +0200 Subject: [PATCH] added keyboard shortcut to the configs --- audioCircReplayTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audioCircReplayTest.py b/audioCircReplayTest.py index 0ef20ff..16c35ab 100644 --- a/audioCircReplayTest.py +++ b/audioCircReplayTest.py @@ -7,7 +7,7 @@ from sys import getsizeof RATE=48000 # Sample rate RECORD_SECONDS = 20 # Seconds to record (aka. last X seconds) -SourcesToRecord = ["VoiceMeeter VAIO3 Output", "Aux"] # Record all sources which contains these strings +shortcut = 'alt+1' ##### CONFIG END (aka. DO NOT FRICKING TOUCHY) #####