Merge addition of save location config option #1
@@ -8,6 +8,7 @@ import os
|
||||
|
||||
RATE=48000 # Sample rate
|
||||
RECORD_SECONDS = 20 # Seconds to record (aka. last X seconds)
|
||||
|
XilefTech marked this conversation as resolved
Outdated
|
||||
SourcesToRecord = ["VoiceMeeter VAIO3 Output", "Aux"] # Record all sources which contains these strings
|
||||
|
grey marked this conversation as resolved
Outdated
grey
commented
Don't commit your personal path please. Don't commit your personal path please.
XilefTech
commented
what do you want to have as a "default" path then? what do you want to have as a "default" path then?
grey
commented
Doesn't matter, I have an idea what to implment just forget about it. Doesn't matter, I have an idea what to implment just forget about it.
|
||||
SaveDirectory= "D:\AudioSnippetTool\Recordings"
|
||||
shortcut = 'alt+1'
|
||||
|
||||
@@ -92,6 +93,7 @@ try:
|
||||
cleanUp = False
|
||||
|
||||
if(cleanUp):
|
||||
print("cleanup")
|
||||
while(i < len(SourcesToRecord)):
|
||||
Frames[i] = Frames[i].pop(0)
|
||||
Frames[i] = Frames[i].pop(0)
|
||||
|
||||
Reference in New Issue
Block a user
Why excatly did you remove this?
was a mistake will re-add it