Initial Upload

This commit is contained in:
2026-02-04 17:09:36 +05:30
commit c2b953529e
9 changed files with 2194 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "kokoro-tts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"kokoro>=0.9.4",
"onnxruntime-gpu>=1.23.2",
"sounddevice>=0.5.5",
"soundfile>=0.13.1",
]