gpt4 book ai didi

ios - 应用程序读出文本?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:39:21 24 4
gpt4 key购买 nike

我对旁白或其他大声朗读文本的功能有疑问。我制作了一个应用程序,您可以在其中通过蓝牙从 Controller 获取 LiveData。如果有错误或警告,它将显示在屏幕上。

现在我的问题是,如果 iPhone 上出现错误或警告,有没有办法让 App 尽快读出?

如果有可能这样做,也许认识某人?

我希望你能帮助我;)最好的问候。

编辑:AVSpeechSynthesizer 是完美的答案:)这是我的示例代码:

AVSpeechSynthesizer *synthesizer = [[AVSpeechSynthesizer alloc]init];
AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:@"Warning: Test Test Test"];
[utterance setRate:0.3f];
[synthesizer speakUtterance:utterance];

只需这段小代码并添加“AVFoundation.framework”。

最佳答案

AVSpeechSynthesizer 在 iOS7 中发布。这应该可以实现您正在寻找的东西。

看看 documentation .

关于ios - 应用程序读出文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19583812/

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