Python - 文本转语音 - 英国/美国口音

发布于 2025-01-11 22:16:28 字数 82 浏览 0 评论 0原文

我正在寻找一些资源,允许我将文本转换为语音,从美式发音切换到英式发音。

换句话说,输入句子(文本)后,即可获得带有英国或美国口音的语音。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Smile简单爱 2025-01-18 22:16:28

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文