LICENSE
README.md
pyproject.toml
speakub/__init__.py
speakub/cli.py
speakub/desktop.py
speakub.egg-info/PKG-INFO
speakub.egg-info/SOURCES.txt
speakub.egg-info/dependency_links.txt
speakub.egg-info/entry_points.txt
speakub.egg-info/requires.txt
speakub.egg-info/top_level.txt
speakub/core/__init__.py
speakub/core/cfi.py
speakub/core/chapter_manager.py
speakub/core/content_renderer.py
speakub/core/epub_parser.py
speakub/core/progress_tracker.py
speakub/tts/__init__.py
speakub/tts/audio_player.py
speakub/tts/edge_tts_provider.py
speakub/tts/engine.py
speakub/ui/__init__.py
speakub/ui/actions.py
speakub/ui/app.py
speakub/ui/epub_manager.py
speakub/ui/panel_titles.py
speakub/ui/progress.py
speakub/ui/tts_integration.py
speakub/ui/tts_panel.py
speakub/ui/ui_components.py
speakub/ui/ui_utils.py
speakub/ui/voice_selector_panel.py
speakub/ui/widgets/__init__.py
speakub/ui/widgets/content_widget.py
speakub/ui/widgets/toc_widget.py
speakub/ui/widgets/tts_widget.py
speakub/utils/__init__.py
speakub/utils/config.py
speakub/utils/file_utils.py
speakub/utils/text_utils.py
tests/test_content_renderer.py
tests/test_cpu_optimization.py
tests/test_edge_cases.py
tests/test_epub_parser.py
tests/test_layout_verification.py
tests/test_network_error_handling.py
tests/test_pitch.py
tests/test_pitch_fix.py
tests/test_pitch_simulation.py
tests/test_tts_exit_fix.py
tests/test_tts_integration.py
tests/test_tts_panel_layout.py
tests/test_voice_selector.py
tests/test_voice_switching.py