Changes I guess

This commit is contained in:
2021-06-25 23:19:58 +02:00
parent cf8dead820
commit 818ef7161a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.wav

View File

@ -4,9 +4,9 @@ from sys import getsizeof
RATE=48000
RECORD_SECONDS = 20
CHUNKSIZE = 1024*4
CHUNKSIZE = 1024*2
SourcesToRecord = ["VoiceMeeter VAIO3 Output", "CABLE"]
SourcesToRecord = ["VoiceMeeter VAIO3 Output", "Aux"]
print("Searching for audio sources")
Sources = []
AudioChannels = []