Merge addition of save location config option #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "XilefTech-Edits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just made this little addition so you can execute the code whereever you want without having to worry about where the files are saved
@ -7,4 +8,3 @@
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
Why excatly did you remove this?
was a mistake will re-add it
@ -8,3 +9,3 @@
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
SaveDirectory= "D:\AudioSnippetTool\Recordings"
Don't commit your personal path please.
what do you want to have as a "default" path then?
Doesn't matter, I have an idea what to implment just forget about it.