wip: add tts debug

This commit is contained in:
cătălin 2024-12-03 15:47:22 +01:00
commit 4b155248c6
No known key found for this signature in database
5 changed files with 148 additions and 2 deletions

View file

@ -18,6 +18,11 @@ 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",
"pydub>=0.25.1",
"gtts>=2.5.4",
]
[tool.uv]
@ -44,7 +49,9 @@ module = [
"nltk.tokenize.treebank",
"nltk.tokenize.destructive",
"TwitchWebsocket",
"tokenizer"
"tokenizer",
"simpleaudio",
"RealtimeTTS"
]
ignore_missing_imports = true