I have been developing a app with TTS cappability and wanted to get suggestions as to which API to use,
preferrably free.
Printable View
I have been developing a app with TTS cappability and wanted to get suggestions as to which API to use,
preferrably free.
In WP7 there is no on-device API, but if your app can live with on-line dependency see: [url]http://www.developer.nokia.com/Community/Wiki/Text_to_Speech_in_Windows_Phone_7[/url] . If not, depending on your use case, you may find this article useful: [url]http://www.developer.nokia.com/Community/Wiki/Sound_pattern_matching_using_Fast_Fourier_Transform_in_Windows_Phone[/url]
In WP8 there should be an offline API for this purpose.
"Search" is your friend.
Regards
H
I'd suggest Nuance API (TTS and STT) , or The Hawaii project from Microsoft research (only Speech-to-text I think)
They're simple to integrate on Windows Phone projects , and you have samples on their websites.
Let me know if there's difficulties