python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MRTK TextToSpeech.SpeakSsml doesn't work when using <voice /> element. Device: HoloLens2
I am using unity + MRTK to develop an application for HoloLens 2. I am trying to use "speech styles" for MRTK TextToSpeech.SpeakSsml method (MRTK API Reference). Text to speech works; howeve...
Ahmadreza
Votes: 0
Answers: 1
TTS in Android Webview
i am creating an app that uses webview but speechsynthesis is not supported in android webview I wanna convert text on my webview to speech? don't wanna use the responsivevoice because of the popup of...
Rolex
Votes: 0
Answers: 0
Android: TTS initialization failed on TV
I'm working on a Text-To-Speech & Speech-To-Text based app. App is working fine on almost all device. But when I'm trying to use this on TV, it is giving me error "TTS Initialization failed!&...
Priyank Android
Votes: 0
Answers: 0
Saving TTS audio files to shared storage in android 10
I want to save my audio file to shared storage in android 10 which is created using :
textToSpeech.synthesizeToFile(text,params,file,"utterance_id");
file is of ParcelFileDescriptor type wh...
Kartik Thakur
Votes: 0
Answers: 1