LICENSE
README.md
pyproject.toml
tests/test_config.py
tests/test_ffmpeg.py
tests/test_filenames.py
tests/test_media_parse.py
tests/test_pipeline_transcribe.py
tests/test_providers_asr.py
tests/test_providers_translate.py
tests/test_providers_tts.py
tests/test_subtitles.py
tests/test_tts.py
tests/test_web.py
translatedub/__init__.py
translatedub/__main__.py
translatedub/cli.py
translatedub/config.py
translatedub/ffmpeg.py
translatedub/filenames.py
translatedub/pipeline.py
translatedub.egg-info/PKG-INFO
translatedub.egg-info/SOURCES.txt
translatedub.egg-info/dependency_links.txt
translatedub.egg-info/entry_points.txt
translatedub.egg-info/requires.txt
translatedub.egg-info/top_level.txt
translatedub/core/__init__.py
translatedub/core/assemble.py
translatedub/core/media.py
translatedub/core/subtitles.py
translatedub/core/transcribe.py
translatedub/core/tts.py
translatedub/core/providers/__init__.py
translatedub/core/providers/asr.py
translatedub/core/providers/base.py
translatedub/core/providers/translate.py
translatedub/core/providers/tts.py
translatedub/web/__init__.py
translatedub/web/server.py
translatedub/web/static/icon.icns
translatedub/web/static/icon.png
translatedub/web/static/css/style.css
translatedub/web/static/js/main.js
translatedub/web/templates/index.html