Skip to content

Commit 18f6c7c

Browse files
committed
Instructions for pyaudio
1 parent 15f6f0b commit 18f6c7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/microphone-speech-to-text.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# You need to install pyaudio to run this example
2+
# pip install pyaudio
3+
14
from __future__ import print_function
25
import pyaudio
36
import tempfile

0 commit comments

Comments
 (0)