gpt4 book ai didi

c++ - QTextToSpeech 设置默认 QLocale

转载 作者:太空狗 更新时间:2023-10-29 20:52:47 24 4
gpt4 key购买 nike

在 Qt 5.9.0 中,QTextToSpeech类提供了对文本到语音引擎的便捷访问。

QTextToSpeech 有一个 Qt 示例 here .

如何更改语言环境并编写其他语言(非英语)?

我试过这段代码,不工作:

QLocale locale;
locale.setDefault(QLocale::Persian);
m_speech->setLocale(locale);

Example Screenshot

最佳答案

您需要先使用 QTextToSpeech::availableLocales() 验证您正在查找的语言环境在您的平台上是否可用。公共(public)功能,然后您可以使用它(如果可用)。

关于c++ - QTextToSpeech 设置默认 QLocale,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44861924/

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