LICENCE.txt
README.md
pyproject.toml
src/lectura_tts_monospeaker/__init__.py
src/lectura_tts_monospeaker/_chargeur.py
src/lectura_tts_monospeaker/_crypto.py
src/lectura_tts_monospeaker/_enhance.py
src/lectura_tts_monospeaker/_retimbre.py
src/lectura_tts_monospeaker/inference_api.py
src/lectura_tts_monospeaker/inference_onnx.py
src/lectura_tts_monospeaker/phonemes.py
src/lectura_tts_monospeaker.egg-info/PKG-INFO
src/lectura_tts_monospeaker.egg-info/SOURCES.txt
src/lectura_tts_monospeaker.egg-info/dependency_links.txt
src/lectura_tts_monospeaker.egg-info/requires.txt
src/lectura_tts_monospeaker.egg-info/top_level.txt
src/lectura_tts_monospeaker/data/__init__.py
src/lectura_tts_monospeaker/data/config.json
src/lectura_tts_monospeaker/data/phoneme_vocab.json
tests/test_chargeur.py
tests/test_crypto.py
tests/test_enhance.py
tests/test_inference.py
tests/test_integration.py
tests/test_phonemes.py