Text to Speech on iOS

后端 未结 4 1178
清歌不尽
清歌不尽 2021-02-03 16:32

I\'d like to add text to speech on the iOS, but noticed that NSSpeechSynthesizer seems to be missing from Cocoa-Touch.

Are there any third party, commercial or FOSS, lib

4条回答
  •  情歌与酒
    2021-02-03 16:53

    Have a look a CMU's Flite TTS engine.

    There are a few iOS ports of Flite, for example

    • https://github.com/KingOfBrian/VocalKit
    • https://github.com/jonbarlo/iPhoneTTSSampleApp
    • https://bitbucket.org/sfoster/iphone-tts/ (not working)
    • http://wiki.monotouch.net/HowTo/Interop/Interopping_with_Open_Source_Text-to-Speech_(TTS)_C_libraries__for_iPhone.

提交回复
热议问题