Python - 文本转语音 - 英国/美国口音
我正在寻找一些资源,允许我将文本转换为语音,从美式发音切换到英式发音。
换句话说,输入句子(文本)后,即可获得带有英国或美国口音的语音。
I am looking for some resources allowing me to convert text to speech toggling from American to British pronunciation.
In other words, after entering a sentence (text) get the speech either with British or American accent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gtts(Google 文本转语音)是一个 Python 库,可轻松与 Google API 进行语音合成交互,提供一长串语言,包括不同的英语变体。可以在此处找到支持的语言列表以及入门代码片段:
gtts (Google text-to-speech), which is a Python library to easily interact with a Google API for speech synthesis, offers a long list of languages, including different variants of English. A list of the supported languages, together with code snippets to get started, can be found here: https://www.thepythoncode.com/article/convert-text-to-speech-in-python#Online_Text_to_speech