feature: implement base tts with uv and kokoro
This commit is contained in:
parent
75a87218b0
commit
4112295144
4 changed files with 2188 additions and 0 deletions
8
tts/pyproject.toml
Normal file
8
tts/pyproject.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[project]
|
||||
name = "tts"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"kokoro>=0.9.4",
|
||||
"soundfile>=0.13.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue