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/exceptions.py
speakub/core/progress_tracker.py
speakub/core/epub/metadata_parser.py
speakub/core/epub/opf_parser.py
speakub/core/epub/path_resolver.py
speakub/core/epub/toc_parser.py
speakub/tts/__init__.py
speakub/tts/audio_player.py
speakub/tts/edge_tts_provider.py
speakub/tts/engine.py
speakub/tts/integration.py
speakub/tts/playback_manager.py
speakub/tts/playlist_manager.py
speakub/tts/ui/__init__.py
speakub/tts/ui/network.py
speakub/tts/ui/playlist.py
speakub/tts/ui/runners.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/protocols.py
speakub/ui/tts_panel.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/logging_config.py
speakub/utils/performance_monitor.py
speakub/utils/predictive_preloader.py
speakub/utils/system_utils.py
speakub/utils/text_utils.py
tests/test_adaptive_cache.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_performance_benchmarks.py
tests/test_pitch.py
tests/test_pitch_fix.py
tests/test_pitch_simulation.py
tests/test_security.py
tests/test_tts_exit_fix.py
tests/test_tts_integration.py
tests/test_tts_panel_layout.py
tests/test_tts_state_machine.py
tests/test_voice_selector.py
tests/test_voice_switching.py