LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
oddtts/__init__.py
oddtts/__main__.py
oddtts/app.py
oddtts/oddtts_config.py
oddtts/oddtts_flask.py
oddtts/oddtts_log.py
oddtts/oddtts_params.py
oddtts.egg-info/PKG-INFO
oddtts.egg-info/SOURCES.txt
oddtts.egg-info/dependency_links.txt
oddtts.egg-info/entry_points.txt
oddtts.egg-info/requires.txt
oddtts.egg-info/top_level.txt
oddtts/models/__init__.py
oddtts/models/base_tts_driver.py
oddtts/models/tts_bert_vits2.py
oddtts/models/tts_bert_vits2_v2.py
oddtts/models/tts_chattts.py
oddtts/models/tts_edge.py
oddtts/models/tts_kokoro.py
oddtts/models/tts_kokoro_v11.py
oddtts/models/tts_melotts.py
oddtts/models/tts_odd_gptsovits.py
oddtts/models/tts_odd_gptsovits3.py
oddtts/router/__init__.py
oddtts/router/api.py
oddtts/router/front.py
oddtts/static/__init__.py
oddtts/static/favicon.ico
oddtts/static/logo.png
oddtts/static/oddtts.png
oddtts/templates/__init__.py
oddtts/templates/index.html
oddtts/utils/__init__.py
oddtts/utils/model_utils.py
tests/test.py
tests/test_kokoro.py
tests/test_openai_tts_api.py
tests/test_replace_newline.py