wip: add tts debug

This commit is contained in:
cătălin 2024-12-03 11:49:49 +01:00
commit 084bea8f9d
No known key found for this signature in database
5 changed files with 5746 additions and 396 deletions

View file

@ -18,6 +18,10 @@ dependencies = [
"pyinstaller>=6.11.0",
"twitchwebsocket>=1.2.1",
"loguru>=0.7.2",
"ffmpeg>=1.4",
"ffmpeg-python>=0.2.0",
"simpleaudio>=1.0.4",
"realtimetts[coqui,gtts,minimal,openai,system]>=0.4.17",
]
[tool.uv]
@ -44,7 +48,9 @@ module = [
"nltk.tokenize.treebank",
"nltk.tokenize.destructive",
"TwitchWebsocket",
"tokenizer"
"tokenizer",
"simpleaudio",
"RealtimeTTS"
]
ignore_missing_imports = true