CLAUDE.md
LICENSE
README.md
pyproject.toml
src/goobits_tts.egg-info/PKG-INFO
src/goobits_tts.egg-info/SOURCES.txt
src/goobits_tts.egg-info/dependency_links.txt
src/goobits_tts.egg-info/entry_points.txt
src/goobits_tts.egg-info/requires.txt
src/goobits_tts.egg-info/top_level.txt
src/tts/__init__.py
src/tts/__version__.py
src/tts/app_hooks.py
src/tts/audio_utils.py
src/tts/base.py
src/tts/cli.py
src/tts/config.py
src/tts/core.py
src/tts/exceptions.py
src/tts/setup.sh
src/tts/types.py
src/tts/voice_browser.py
src/tts/voice_manager.py
src/tts/document_processing/__init__.py
src/tts/document_processing/base_parser.py
src/tts/document_processing/markdown_parser.py
src/tts/document_processing/mixed_content_processor.py
src/tts/document_processing/parser_factory.py
src/tts/document_processing/performance_cache.py
src/tts/document_processing/universal_converter.py
src/tts/providers/__init__.py
src/tts/providers/chatterbox.py
src/tts/providers/edge_tts.py
src/tts/providers/elevenlabs.py
src/tts/providers/google_tts.py
src/tts/providers/openai_tts.py
src/tts/speech_synthesis/__init__.py
src/tts/speech_synthesis/advanced_emotion_detector.py
src/tts/speech_synthesis/emotion_detector.py
src/tts/speech_synthesis/semantic_formatter.py
src/tts/speech_synthesis/speech_markdown.py
src/tts/speech_synthesis/ssml_generator.py
src/tts/speech_synthesis/tts_engine.py
tests/test_cli_document.py
tests/test_document_processing.py
tests/test_tts_engine.py