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
Currently, the TextToSpeech pipeline generates output speech as a single batch. In order to support real-time use cases, similar to streaming LLM generation, this pipeline should be modified to yield chunks of audio.