How can I add NSSpeechSynthesizer Class Reference?

后端 未结 3 928
北海茫月
北海茫月 2021-01-15 01:04

How can i add NSSpeechSynthesizer Class Reference. I think it is in
/System/Library/Frameworks/AppKit.framework. However there is no such framework name

3条回答
  •  無奈伤痛
    2021-01-15 01:20

    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

提交回复
热议问题