CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
pylintrc
pyproject.toml
setup.cfg
examples/rainbow.wav
src/en_tts/__init__.py
src/en_tts/globals.py
src/en_tts/helper.py
src/en_tts/io.py
src/en_tts/py.typed
src/en_tts/resources.py
src/en_tts/synthesizer.py
src/en_tts/transcriber.py
src/en_tts.egg-info/PKG-INFO
src/en_tts.egg-info/SOURCES.txt
src/en_tts.egg-info/dependency_links.txt
src/en_tts.egg-info/entry_points.txt
src/en_tts.egg-info/requires.txt
src/en_tts.egg-info/top_level.txt
src/en_tts_cli/__init__.py
src/en_tts_cli/argparse_helper.py
src/en_tts_cli/cli.py
src/en_tts_cli/globals.py
src/en_tts_cli/helper.py
src/en_tts_cli/logging_configuration.py
src/en_tts_cli/main.py
src/en_tts_cli/py.typed
src/en_tts_cli_tests/__init__.py
src/en_tts_cli_tests/conftest.py
src/en_tts_cli_tests/main_py/__init__.py
src/en_tts_cli_tests/main_py/helper.py
src/en_tts_cli_tests/main_py/test_synthesize_english.py
src/en_tts_cli_tests/main_py/test_synthesize_ipa.py
src/en_tts_tests/__init__.py
src/en_tts_tests/conftest.py
src/en_tts_tests/helper.py
src/en_tts_tests/synthesizer_py/__init__.py
src/en_tts_tests/synthesizer_py/test_synthesize.py
src/en_tts_tests/transcriber_py/__init__.py
src/en_tts_tests/transcriber_py/test_transcribe_to_ipa.py