LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
framework/__init__.py
framework/builder.py
framework/config.py
framework/core.py
framework/pipeline.py
framework/components/__init__.py
framework/components/original_wrapper.py
framework/components/speech.py
framework/components/translation.py
framework/components/tts.py
framework/components/video.py
speechbridge/__init__.py
speechbridge/__version__.py
speechbridge.egg-info/PKG-INFO
speechbridge.egg-info/SOURCES.txt
speechbridge.egg-info/dependency_links.txt
speechbridge.egg-info/entry_points.txt
speechbridge.egg-info/not-zip-safe
speechbridge.egg-info/requires.txt
speechbridge.egg-info/top_level.txt
speechbridge/cli/__init__.py
speechbridge/cli/__main__.py
speechbridge/cli/main.py
speechbridge/components/__init__.py
speechbridge/components/audio/__init__.py
speechbridge/components/audio/sync.py
speechbridge/components/speech/__init__.py
speechbridge/components/speech/base.py
speechbridge/components/speech/whisper.py
speechbridge/components/subtitles/__init__.py
speechbridge/components/subtitles/generator.py
speechbridge/components/translation/__init__.py
speechbridge/components/translation/base.py
speechbridge/components/translation/deepl.py
speechbridge/components/tts/__init__.py
speechbridge/components/tts/base.py
speechbridge/components/tts/edge_tts.py
speechbridge/components/video/__init__.py
speechbridge/components/video/base.py
speechbridge/components/video/processor.py
speechbridge/core/__init__.py
speechbridge/core/base.py
speechbridge/core/builder.py
speechbridge/core/exceptions.py
speechbridge/core/gpu.py
speechbridge/core/pipeline.py
speechbridge/core/types.py
speechbridge/tests/__init__.py
speechbridge/tests/test_cli.py
speechbridge/tests/test_components.py
speechbridge/tests/test_core.py
speechbridge/tests/test_logging.py
speechbridge/tests/test_stage4.py
speechbridge/tests/test_stage5.py
speechbridge/utils/__init__.py
speechbridge/utils/logging.py