Update audio2text/a2t.py
Browse files- audio2text/a2t.py +1 -1
audio2text/a2t.py
CHANGED
@@ -56,7 +56,7 @@ class A2T:
|
|
56 |
# obtain audio from the microphone
|
57 |
r = sr.Recognizer()
|
58 |
with sr.Microphone() as source:
|
59 |
-
print(
|
60 |
audio = r.listen(source)
|
61 |
|
62 |
# recognize speech using Sphinx
|
|
|
56 |
# obtain audio from the microphone
|
57 |
r = sr.Recognizer()
|
58 |
with sr.Microphone() as source:
|
59 |
+
print(source)
|
60 |
audio = r.listen(source)
|
61 |
|
62 |
# recognize speech using Sphinx
|