Skip to content

Commit 4ff6ed4

Browse files
author
xuming06
committed
update pyaudio
1 parent 36019b6 commit 4ff6ed4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

25speech/pyaudio_make_play_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
RATE = 44100
1818
RECORD_SECONDS = 5
1919

20+
2021
p = pyaudio.PyAudio()
2122

2223
stream = p.open(format=p.get_format_from_width(WIDTH),

0 commit comments

Comments
 (0)