You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, playback begins only after the entire text has been processed by the Google Text-to-Speech API, which cause inconvenient delays for long texts. Journey Voices provides real-time streaming with low latency for some common languages (search for "Journey" on the voices page). The goal of the project is to implement a flexible approach that supports both streaming and waiting for a complete response, depending on the language.
Expected outcomes
Users can listen to synthesized text in two modes, depending on language support.
The text was updated successfully, but these errors were encountered:
Feature description
In the current implementation, playback begins only after the entire text has been processed by the Google Text-to-Speech API, which cause inconvenient delays for long texts. Journey Voices provides real-time streaming with low latency for some common languages (search for "Journey" on the voices page). The goal of the project is to implement a flexible approach that supports both streaming and waiting for a complete response, depending on the language.
Expected outcomes
Users can listen to synthesized text in two modes, depending on language support.
The text was updated successfully, but these errors were encountered: