The system cannot find the file specified - Python Speech Recognition

前端 未结 0 1835
渐次进展
渐次进展 2020-12-23 14:32
import speech_recognition as sr

listener = sr.Recognizer()

try:
    with sr.Microphone() as source:
        print("listening...")
        voice = listene         


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