如何添加 NSSpeechSynthesizer 类参考?

发布于 2024-11-14 02:55:29 字数 166 浏览 3 评论 0原文

我如何添加 NSSpeechSynthesizer 类参考。 我认为它在
/System/Library/Frameworks/AppKit.framework。 但是,当我单击“添加现有框架”时,框架窗口中没有这样的框架名称。

任何人都可以帮我做到这一点吗?

How can i add NSSpeechSynthesizer Class Reference.
I think it is in
/System/Library/Frameworks/AppKit.framework.
However there is no such framework name in framework window when I am clicking add existing frame work.

Can any one help me to do it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

动次打次papapa 2024-11-21 02:55:29

VSSpeechSynthesizer 可用于 iOS - 但它是一个私有 API,因此可能会被应用商店拒绝。但是,您仍然可以制作供私人使用的应用程序。我认为这是一个错误,因为它使得为弱视者创建可访问的应用程序变得更加困难。我已提交错误 ID 号:9451650 错误标题:VSSpeechSynthesizer 是私有的

我目前在我的应用程序中使用 Flite TTS。所有人都希望 iOS5 中的 Nuance 集成能够作为公共 API 提供。

VSSpeechSynthesizer is available for the iOS - but it is a private API and as such will likely be rejected from the app store. However you can still make apps for private consumption. I consider this a bug as it makes creating accessible apps for the partially sighted for instance, harder. I have filed Bug ID #: 9451650 Bug Title: VSSpeechSynthesizer is Private

I currently use Flite TTS in my App. All hopes fix on the Nuance integration in iOS5 being available as a public API.

楠木可依 2024-11-21 02:55:29

AppKit 框架是 MacOS 框架,而不是 iOS,因此 NSSpeechSynthesizer 类也仅在 Mac 上可用。

检查这个有关SO的问题以获取一些第三方文本转语音的列表iPhone 上可用的引擎

AppKit framework is MacOS framework, not iOS, and so NSSpeechSynthesizer class is also available on Mac only.

Check this question on SO for the list of some 3rd-party text-to-speach engines available on iPhone

魂归处 2024-11-21 02:55:29

你可以在 iPhone SDK 中找到它
/开发者/平台/iPhoneOS.platform/开发者/SDKs/iPhoneOS4.0.sdk
/系统/库/PrivateFrameworks/VoiceServices.framework/VoiceServices

You can find it inside iPhone SDK
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk
/System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices

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