Is there any API/SDK to support tts (text to speech) in Marmalade?

link|improve this question
feedback

2 Answers

There is no specific API provided by Marmalade however you may be able to use the EDK if native APIs provide this functionality on iOS or Android. https://www.madewithmarmalade.com/devnet/docs#/main/extensions.html

link|improve this answer
feedback

I've had some success porting Flite (http://www.speech.cs.cmu.edu/flite/) to the Marmalade environment. It produces wave files and raw, in-memory buffers (which can then be played using s3eSound directly) fine.

The s3eSound adapter (which plays the text directly from within flite) is a work in progress, so, while it does produce something close to recognisable speech, it is also obviously bugged. For my purposes, the raw buffers are more useful anyway, but feel free to try to fix it up.

You can see what I've done here https://github.com/madmaw/marmalade-flite

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.