How to make a google-searcher in python?

后端 未结 0 480
清歌不尽
清歌不尽 2021-02-07 13:18
def takeCommand():
r = sr.Recognizer()
with sr.Microphone() as source:
    print("Listening...")
    r.pause_threshold = 0.5
    r.energy_threshold = 450
    a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题