LICENSE.txt
README.md
pyproject.toml
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/openai.py
src/icespeak/voices/piper_tts.py
tests/test_parser.py
tests/test_transcribe.py
tests/test_transcribe_num.py
tests/test_tts.py