gpt4 book ai didi

python - 如何在 python 中使用 mac 的语音识别

转载 作者:太空狗 更新时间:2023-10-30 02:41:54 28 4
gpt4 key购买 nike

有一个可怕的威胁,展示了如何在 python 中使用来自 mac 的 say-command: Python Text to Speech in Macintosh

语音识别有没有类似的东西?我想使用 mac 的德语语音识别来获取用户输入。

这个问题的其他可能答案是在 python 中对德语进行语音识别。

最佳

最佳答案

这会起作用,SpeechRecognition 包将处理德语

import speech_recognition as sr
r = sr.Recognizer()
with sr.Microphone() as source:
audio = r.listen(source)

关于python - 如何在 python 中使用 mac 的语音识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38060614/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com