We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f6f0b commit 18f6c7cCopy full SHA for 18f6c7c
1 file changed
examples/microphone-speech-to-text.py
@@ -1,3 +1,6 @@
1
+# You need to install pyaudio to run this example
2
+# pip install pyaudio
3
+
4
from __future__ import print_function
5
import pyaudio
6
import tempfile
0 commit comments