WP7 - Text to speech API - windows-phone-7

I'm finding it impossible to create any form of text to speech program. I've scoured the internet and can only find two examples, neither of which work. I've already got and used my Bing app ID so it's not a missing ID causing the problem.
Does anybody know where there is a working example or could provide some sample (functioning!) code.
Thanks.

In Windows Phone Platform if you want get be work with Text To Speech. There are be have two you can be choose:
【1】Bing Search Text To Speech Service :http://www.codeproject.com/Articles/259727/Text-to-speech-in-windows-phone7
【2】About TTX Nuance Dragon SDK have Been Support Windows Phone Platform : http://www.nuance.com/for-developers/dragon/index.htm

Related

Speech to Text Converter In Xamarin Uwp

I need to implement the audio to text converter in the Xamarin Uwp platform specific. I am able to record the audio and save that audio. But now I need to convert that audio file in to text file. If anyone can suggest me any working good example than it would be really good for me.
There is a Speech-To-Text API in UWP, but it's moslty for commanding, e.g. executing actions based on what the user is saying. At least that's what I've seen it used for. You can read about that here.
What you probably want is something like the speech recognition that Microsoft Cognitive Services offers. You can upload an audio file of up to 15 minutes and retrieve a transcript of the file. You can read about that here.

Arabic text to speech in Xamarin not working

Hi I'm trying to develop an application that will talk to the user via text to speech. I have used the tutorials available on Xamarin website and the plugin created by James Montemagno and I can output English text to speech but whenever I ask the app to say Arabic words it goes silent.
Is Arabic TTS supported on Xamarin in either Forms, Android, or iOS?
Thanks
After too many searches I found that android devices not supporting Arabic TTS and you have to use paid third party to do that.

PDF Viewer for Windows 8.1 app

Im trying to implement a pdf viewer for Win 8.1 app using https://msdn.microsoft.com/en-us/magazine/dn532207.aspx?f=255&MSPPError=-2147217396.
I need search text feature using this. I know Reader for Windows 8 does it, but i dont know how.
Can anyone help me please!
Thx!
check this great blog post with a summary of available components for WinRT.
http://blogs.msdn.com/b/paulwhit/archive/2013/02/15/pdf-view-components-for-windows-store-apps-winrt-xaml-c.aspx
You might check each component vendor specs as some have been enhanced since the time the article was written (ex : DevExpress PDF component for UWP supports search) BuiltIn PDF component purpose is to render documents, not manipulate. You can contact the dev team for feature requests.
http://blogs.technet.com/b/pdf_api_blog/

Is speech recognition API available in windows store app?

I am working on a windows store app, and intend to add tts to it. can anyone tell me whether speech recognition API available in windows store app?
Bing speech recognition control has been released recently. Please refer http://msdn.microsoft.com/en-us/library/dn434583.aspx

Is it possible to use Speech Recognition module in my application?

I saw a picture in #Matthieu's blog http://wp7wonders.wordpress.com/ yesterday(sorry,I can't find it now.
This picture have a textbox within a microphone icon just like the search page in phone.
My qusetion is can I use this feature in my application?How?
thanks.
There are no on-device or framework assemblies that you can use to perform speech recognition directly in your applications. However, Kevin Marshall has a blog post that shows how to implement speech recognition by using Web services that use System.Speech and the microphone.

Resources