def command1():
    
    r=sr.Recognizer()
    with sr.Microphone() as source:
        print(random.choice(m))
        r.puase_thresshold=1
        sound=r.listen(source)
    try:
        com =r.recognize_google(sound,language='en-in')
        print('user:'+ com ...READ MORE
Apr 7, 2021
in Python
by 
python
edited
Mar 4
•
302 views