feature: implement base tts with uv and kokoro

This commit is contained in:
mitchell 2026-04-28 02:38:10 -04:00
parent 75a87218b0
commit 4112295144
4 changed files with 2188 additions and 0 deletions

8
tts/pyproject.toml Normal file
View 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",
]