我可以使用什么将语音转换为文本(离线)?
what can I use to convert speech to text (offline)?
我想知道有哪些库可以在本地(离线)将任何语音转换为文本。即使单词在 python.
中难以理解或无意义(直译单词)
看看SpeechRecognition。 CMU Sphinx 可以离线工作,但效率可能不高。
我想知道有哪些库可以在本地(离线)将任何语音转换为文本。即使单词在 python.
中难以理解或无意义(直译单词)看看SpeechRecognition。 CMU Sphinx 可以离线工作,但效率可能不高。