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