LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
dspeech/__init__.py
dspeech/base_handler.py
dspeech/cli.py
dspeech/stt.py
dspeech/tts.py
dspeech/utils.py
dspeech/version.py
dspeech.egg-info/PKG-INFO
dspeech.egg-info/SOURCES.txt
dspeech.egg-info/dependency_links.txt
dspeech.egg-info/entry_points.txt
dspeech.egg-info/requires.txt
dspeech.egg-info/top_level.txt
dspeech/f5tts/__init__.py
dspeech/f5tts/f5api.py
dspeech/f5tts/model/__init__.py
dspeech/f5tts/model/cfm.py
dspeech/f5tts/model/dataset.py
dspeech/f5tts/model/ecapa_tdnn.py
dspeech/f5tts/model/modules.py
dspeech/f5tts/model/trainer.py
dspeech/f5tts/model/utils.py
dspeech/silero_vad/__init__.py
dspeech/silero_vad/vad_model.py
dspeech/whisper/__init__.py
dspeech/whisper/model.py
tests/test_core.py
tests/test_core_whisper.py
tests/test_real_time_en_tts.py
tests/test_tts.py
tests/test_tts2.py