why did this get commited as well?
This commit is contained in:
@ -8,7 +8,7 @@ import os
|
||||
|
||||
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
|
||||
SourcesToRecord = ["VoiceMeeter VAIO3 Output"] # Record all sources which contains these strings
|
||||
SaveDirectory= "D:\AudioSnippetTool\Recordings"
|
||||
shortcut = 'alt+1'
|
||||
|
||||
@ -93,7 +93,6 @@ 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