Advertisement
Guest User

new

a guest
Nov 15th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. #!/usr/bin/pytjon
  2.  
  3. import speech_recognition   as  SR
  4.  
  5.  
  6. r=SR.Recognizer()
  7.  
  8. audio=SR.AudioFile("")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement