Hi, please review this document on best practices to lower speech synthesis latency.
--- *Kindly Accept Answer if the information helps. Thanks.*
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm using Azure TTS in my Android application. I use 2 objects in my implementation which are SpeechConfig and SpeechSynthesizer.
My app is mainly based on a dynamic TTS (e.g. reading input back to the user, which happens very often) but the latency is very bad, which makes my app annoying to use. any tips on how to lower the latency?
Thanks!
Hi, please review this document on best practices to lower speech synthesis latency.
--- *Kindly Accept Answer if the information helps. Thanks.*
I'm trying to do the "Pre-connect" method, but the Connection.fromSpeechSynthesizer method does not exist.
Also when I tried to use different compress methods (e.g. speechConfig.setSpeechSynthesisOutputFormat(SpeechSynthesisOutputFormat.Raw8Khz16BitMonoPcm)) the speech synthesizer just didn't speak at all.
Any idea how to solve it? I also used speechConfig.setProperty("OPENSSL_CONTINUE_ON_CRL_DOWNLOAD_FAILURE", "true"); speechConfig.setProperty("OPENSSL_DISABLE_CRL_CHECK", "true"); but it didn't make much of a difference.