Refactor PlayHTHttpTTSService to use aiohttp

This commit is contained in:
Mark Backman
2025-08-10 14:59:58 -04:00
parent 07f104199c
commit c4506523ab
4 changed files with 92 additions and 84 deletions

View File

@@ -82,7 +82,7 @@ openai = [ "websockets>=13.1,<15.0" ]
openpipe = [ "openpipe~=4.50.0" ]
openrouter = []
perplexity = []
playht = [ "pyht>=0.1.6", "websockets>=13.1,<15.0" ]
playht = [ "websockets>=13.1,<15.0" ]
qwen = []
rime = [ "websockets>=13.1,<15.0" ]
riva = [ "nvidia-riva-client~=2.21.1" ]