Hi there,
I am using the XTTS-streaming-server for a text-to-speech application, and I encountered the following warning:Warning: XTTS-streaming-server doesn't support concurrent streaming requests
My application requires handling multiple concurrent streaming requests, but it seems that the current implementation of XTTS-streaming-server does not support this.Could you please provide guidance on how to modify or configure the XTTS-streaming-server to handle concurrent streaming requests? Alternatively, is there a recommended approach or best practice for achieving this, either by modifying the existing server or by using additional tools and technologies?
Thank you for your assistance!