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 52b2707 commit 8177a7bCopy full SHA for 8177a7b
main.py
@@ -40,7 +40,7 @@
40
# Get microphone stream
41
FORMAT = pyaudio.paInt16
42
CHANNELS = 1
43
-RATE = 16000
+RATE = 44100
44
CHUNK = args.chunk_size
45
audio = pyaudio.PyAudio()
46
mic_stream = audio.open(format=FORMAT, channels=CHANNELS, rate=RATE, input=True, frames_per_buffer=CHUNK)
0 commit comments