Quest TTS

Quest TTS

32k Downloads

Feature Request: Websocket Support

dillon-conner opened this issue · 1 comments

commented

Similar to TTS plugins for other games (Namely: https://github.com/karashiiro/TextToTalk), it would be nice to include websocket support to enable custom backends and TTS routing.
This could be used in conjunction with companion apps to process TTS requests, such as Jocys (Using the Monitor: Server function), as well as custom routers to locally process TTS requests (coqui python TTS for example).

Happy to modify and share my existing websocket listener container once a PoC is developed, as it allows for pretty robust, local (No worrying about character limits in cloud TTS APIs), GPU enabled processing for TTS.

commented

Thank you for the suggestion! However, the goal of this addon is to keep everything self-contained without requiring a companion app, and I don’t currently have plans to add websocket support.