.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
pyproject.toml
.github/workflows/main.yml
audio/.gitkeep
img/GPLv3.png
img/mideind_logo.png
keys/.gitkeep
src/icespeak/__init__.py
src/icespeak/cli.py
src/icespeak/parser.py
src/icespeak/py.typed
src/icespeak/settings.py
src/icespeak/tts.py
src/icespeak.egg-info/PKG-INFO
src/icespeak.egg-info/SOURCES.txt
src/icespeak.egg-info/dependency_links.txt
src/icespeak.egg-info/entry_points.txt
src/icespeak.egg-info/requires.txt
src/icespeak.egg-info/top_level.txt
src/icespeak/transcribe/__init__.py
src/icespeak/transcribe/num.py
src/icespeak/voices/__init__.py
src/icespeak/voices/aws_polly.py
src/icespeak/voices/azure.py
src/icespeak/voices/google.py
src/icespeak/voices/tiro.py
tests/__init__.py
tests/cache_test.py
tests/conftest.py
tests/test_parser.py
tests/test_transcribe.py
tests/test_transcribe_num.py
tests/test_tts.py