wip: add tts debug
This commit is contained in:
parent
b71bedb62a
commit
4b155248c6
5 changed files with 148 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue