TTS plugin please

Text-to-speech plugin is must-to-have for many buisness app. Last time I just use webviews and SpeechSynthesisUtterance for iOS and responsivevoice.com for Android but it’s not best possible solution. It should be easy to do I think.

Best regards

Greg 

Do you know of any native solutions (iOS & Android) that the plugin could leverage?

Having that info up front would save a lot of digging :wink:

Do you mean something like this?

https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVSpeechSynthesizer_Ref/index.html

http://code.tutsplus.com/tutorials/android-sdk-using-the-text-to-speech-engine–mobile-8540

While you wait for someone to do this, could you use this solution:

https://forums.coronalabs.com/topic/36383-text-to-speech-in-corona-sdk/

If you look at my first post you will know I found my own solution :slight_smile: Except for Android it use internet connection and doesn’t work perfect as for iOS.

Ah, sorry I mis-remembered the original post intent.  For some reason I was thinking you wanted a solution too and then I saw the link  to a TTS solution and thought I should post it here.

Good deal, glad you have something working now.

Cheers,

Ed

Do you know of any native solutions (iOS & Android) that the plugin could leverage?

Having that info up front would save a lot of digging :wink:

Do you mean something like this?

https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVSpeechSynthesizer_Ref/index.html

http://code.tutsplus.com/tutorials/android-sdk-using-the-text-to-speech-engine–mobile-8540

While you wait for someone to do this, could you use this solution:

https://forums.coronalabs.com/topic/36383-text-to-speech-in-corona-sdk/

If you look at my first post you will know I found my own solution :slight_smile: Except for Android it use internet connection and doesn’t work perfect as for iOS.

Ah, sorry I mis-remembered the original post intent.  For some reason I was thinking you wanted a solution too and then I saw the link  to a TTS solution and thought I should post it here.

Good deal, glad you have something working now.

Cheers,

Ed