wip: add tts debug

This commit is contained in:
cătălin 2024-12-02 12:11:03 +01:00
commit 53dc536d50
No known key found for this signature in database
4 changed files with 2437 additions and 16 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",
"coqui-tts>=0.24.3",
]
[tool.uv]
@ -44,7 +48,9 @@ module = [
"nltk.tokenize.treebank",
"nltk.tokenize.destructive",
"TwitchWebsocket",
"tokenizer"
"tokenizer",
"TTS.api",
"simpleaudio"
]
ignore_missing_imports = true