gpt4 book ai didi

objective-c - iOS7 和 iOS 9 中的 AVSpeechSynthesizer 发音率不同

转载 作者:太空狗 更新时间:2023-10-30 03:44:49 24 4
gpt4 key购买 nike

问题:在 iOS 7.x 和 iOS 8.x 中,此代码运行良好,但与 iOS 7 和 8 中的语音速率相比,在 iOS 9.x 中的语音速率越来越慢。

self.synthesizer = [[AVSpeechSynthesizer alloc] init];

self.synthesizer.delegate = self;

AVSpeechUtterance *utterance = [[AVSpeechUtterance alloc] initWithString:[NSString stringWithFormat:@"Hey %@, please choose places to explore or select excursions to see our custom crafted deals",[defaults objectForKey:@"USERNAME"]]];

utterance.voice = [AVSpeechSynthesisVoice voiceWithLanguage:@"en-US"];

utterance.rate = 0.10;

[self.synthesizer speakUtterance:utterance];

最佳答案

[utterance setRate: 0.5f]; 将完成这项工作

关于objective-c - iOS7 和 iOS 9 中的 AVSpeechSynthesizer 发音率不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32851129/

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