Skip to content

Commit 9885388

Browse files
authored
Update main.py
1 parent 6158869 commit 9885388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Get microphone stream
4141
FORMAT = pyaudio.paInt16
42-
CHANNELS = 4
42+
CHANNELS = 1
4343
RATE = 48000
4444
CHUNK = args.chunk_size
4545
audio = pyaudio.PyAudio()

0 commit comments

Comments
 (0)