In xamarin.forms I can not use speechText .
I am blocked to google and can not open google how to use speechText?
In xamarin.forms I can not use speechText .
I am blocked to google and can not open google how to use speechText?
Hello,
Welcome to our Microsoft Q&A platform!
TextToSpeech class enables an application to utilize the built-in text-to-speech engines to speak back text from the device.
If you do not use the Google play services, it will use built-in text-to-speech engines to speak it, I test with Huawei android device with await TextToSpeech.SpeakAsync("Hello World"); it worked as normal.
If you device is not support this function, you will get Unable to start text-to-speech engine, not supported on device. PlatformNotSupportedException, here is TextToSpeech's source code.
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
I run the code and there is an error 'Failed to initialize Text to Speech engine
I am using android emulator Huawei P30 Pro and can connect to the internet. but it failed to initialize.
7 people are following this question.