.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
FUTURE_FEATURES.md
LICENSE
Makefile
README.md
pyproject.toml
requirements-faster.txt
requirements-local.txt
requirements.txt
.github/CODEOWNERS.md
.github/workflows/branch-name.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/CONTRIBUTING.md
docs/DEVELOPMENT.md
docs/INSTALLATION.md
docs/MAINTAINERS.md
docs/PUBLISHING.md
docs/TROUBLESHOOTING.md
docs/USAGE.md
scripts/bootstrap.sh
scripts/test.sh
src/otranscribe/__init__.py
src/otranscribe/_version.py
src/otranscribe/cache.py
src/otranscribe/cli.py
src/otranscribe/doctor.py
src/otranscribe/faster_stt.py
src/otranscribe/ffmpeg_utils.py
src/otranscribe/local_stt.py
src/otranscribe/openai_stt.py
src/otranscribe/render.py
src/otranscribe.egg-info/PKG-INFO
src/otranscribe.egg-info/SOURCES.txt
src/otranscribe.egg-info/dependency_links.txt
src/otranscribe.egg-info/entry_points.txt
src/otranscribe.egg-info/requires.txt
src/otranscribe.egg-info/top_level.txt
src/otranscribe/__pycache__/__init__.cpython-313.pyc
src/otranscribe/__pycache__/render.cpython-313.pyc
tests/conftest.py
tests/test_doctor.py
tests/test_render.py
tests/__pycache__/test_render.cpython-313-pytest-9.0.2.pyc