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
I want to let audio output to play before the whole wav file been sent. For example, I have a online tts model that create output audio incrementally every 100ms.
I follow the document here(https://www.gradio.app/guides/reactive-interfaces).
I found the play button of html audio player is not clickable until all wav data been sent. To simulate this, I decrease the chunk size and print time information. I am pretty sure that the player can't play before all wav data sent.
I want to let audio output to play before the whole wav file been sent. For example, I have a online tts model that create output audio incrementally every 100ms.
I follow the document here(https://www.gradio.app/guides/reactive-interfaces).
I found the play button of html audio player is not clickable until all wav data been sent. To simulate this, I decrease the chunk size and print time information. I am pretty sure that the player can't play before all wav data sent.
So Is there any method to achieve my goal?
The text was updated successfully, but these errors were encountered: