We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6158869 commit 9885388Copy full SHA for 9885388
main.py
@@ -39,7 +39,7 @@
39
40
# Get microphone stream
41
FORMAT = pyaudio.paInt16
42
-CHANNELS = 4
+CHANNELS = 1
43
RATE = 48000
44
CHUNK = args.chunk_size
45
audio = pyaudio.PyAudio()
0 commit comments