CineAI commited on
Commit
2e5c193
1 Parent(s): e65f840

Update audio2text/a2t.py

Browse files
Files changed (1) hide show
  1. 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("Say something!")
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