gpt4 book ai didi

iphone - iPhone中的 native 音频播放器

转载 作者:行者123 更新时间:2023-12-03 02:25:34 25 4
gpt4 key购买 nike

当前,我正在一个cocos2d项目中。在我的项目中,我必须为相应的单词添加音频。例如,如果有一个名为APPLE的单词,那么我必须添加APPLE音频。 iPhone框架自动跟踪单词并播放的另一种方式...

谢谢!!!

最佳答案

如果您的角色少于100个,则可以使用

googles translate.google.com translate_tts service sample link is located below. You need to use UIWebView to load particular request like

NSString *yourRequestURL = [NSString stringWithFormat:@"http://translate.google.com/translate_tts?tl=%@&q=%@", languageTOConvert, YourWord];

[yourUIWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:yourRequestURL]]];


样本链接为
http://sites.google.com/site/readtextextension/home/applications-on-the-web
您还需要向Google赞美,例如Powered by Google或类似的东西。

关于iphone - iPhone中的 native 音频播放器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5672502/

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