Python How to save speech recognition word into the list?

前端 未结 0 1997
感动是毒
感动是毒 2020-11-22 10:53
import speech_recognition as sr 
import logging


def speechfrommicrophone():
    r = sr.Recognizer()
    mic = sr.Microphone()
    res=[]
    with mic as source:
           


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