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'm working on a server to generate audio using the Coqui engine. I've initialised a single instance of CoquiEngine. For each synthesise request, I create a TextToAudioStream object using this initialised CoquiEngine. I've noticed that with concurrent requests, audio chunks are leaking into the wrong streams. Is this behaviour expected with Coqui?
The text was updated successfully, but these errors were encountered:
phamson02
changed the title
Audio chunk leakage between requests
Audio chunk leakage between streams
Dec 9, 2024
I'm working on a server to generate audio using the Coqui engine. I've initialised a single instance of
CoquiEngine
. For each synthesise request, I create aTextToAudioStream
object using this initialisedCoquiEngine
. I've noticed that with concurrent requests, audio chunks are leaking into the wrong streams. Is this behaviour expected with Coqui?The text was updated successfully, but these errors were encountered: