Added a config file, no more source code editing

This commit is contained in:
2021-06-27 12:36:07 +02:00
parent facb0a190d
commit e66f20bb68
3 changed files with 29 additions and 7 deletions

7
config.json.example Normal file
View File

@@ -0,0 +1,7 @@
{
"SampleRate": 48000,
"SecondsToRecord": 20,
"SourcesToRecord": [],
"SaveDirectory": ".",
"Shortcut": "alt+1"
}