.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/api.rst
docs/capabilities.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/make.py
docs/parser.rst
docs/quickstart.rst
docs/requirements.txt
docs/ssml_conversion.rst
docs/syntax.rst
examples/parser_demo.py
examples/story_reader_demo.py
examples/tts_container_demo.py
examples/tts_with_capabilities.py
ssmd/__init__.py
ssmd/_version.py
ssmd/capabilities.py
ssmd/converter.py
ssmd/document.py
ssmd/parser.py
ssmd/parser_types.py
ssmd/py.typed
ssmd/ssml_parser.py
ssmd/utils.py
ssmd.egg-info/PKG-INFO
ssmd.egg-info/SOURCES.txt
ssmd.egg-info/dependency_links.txt
ssmd.egg-info/requires.txt
ssmd.egg-info/top_level.txt
ssmd/annotations/__init__.py
ssmd/annotations/audio.py
ssmd/annotations/base.py
ssmd/annotations/extension.py
ssmd/annotations/language.py
ssmd/annotations/phoneme.py
ssmd/annotations/prosody.py
ssmd/annotations/say_as.py
ssmd/annotations/substitution.py
ssmd/annotations/voice.py
ssmd/annotations/xsampa_to_ipa.txt
ssmd/processors/__init__.py
ssmd/processors/annotation.py
ssmd/processors/base.py
ssmd/processors/break_processor.py
ssmd/processors/emphasis.py
ssmd/processors/heading.py
ssmd/processors/mark.py
ssmd/processors/paragraph.py
ssmd/processors/prosody.py
ssmd/processors/sentence.py
ssmd/processors/voice_directive.py
tests/__init__.py
tests/test_basic.py
tests/test_capabilities.py
tests/test_document.py
tests/test_parser.py
tests/test_roundtrip_ssml_maker.py
tests/test_ssml_to_ssmd.py