1 parent 36019b6 commit 4ff6ed4Copy full SHA for 4ff6ed4
1 file changed
25speech/pyaudio_make_play_demo.py
@@ -17,6 +17,7 @@
17
RATE = 44100
18
RECORD_SECONDS = 5
19
20
+
21
p = pyaudio.PyAudio()
22
23
stream = p.open(format=p.get_format_from_width(WIDTH),
0 commit comments