.coveragerc.ci
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
docs/performance-baseline.md
src/lattice_asr/__init__.py
src/lattice_asr/config.py
src/lattice_asr/hardware.py
src/lattice_asr/lid.py
src/lattice_asr/telemetry.py
src/lattice_asr/transcriber.py
src/lattice_asr/types.py
src/lattice_asr.egg-info/PKG-INFO
src/lattice_asr.egg-info/SOURCES.txt
src/lattice_asr.egg-info/dependency_links.txt
src/lattice_asr.egg-info/entry_points.txt
src/lattice_asr.egg-info/requires.txt
src/lattice_asr.egg-info/top_level.txt
src/lattice_asr/diarize/__init__.py
src/lattice_asr/diarize/base.py
src/lattice_asr/diarize/pyannote.py
src/lattice_asr/diarize/sortformer.py
src/lattice_asr/engines/__init__.py
src/lattice_asr/engines/base.py
src/lattice_asr/engines/faster_whisper.py
src/lattice_asr/engines/parakeet_mlx.py
src/lattice_asr/engines/parakeet_tdt.py
src/lattice_asr/engines/remote.py
src/lattice_asr/engines/whisper_cpp.py
src/lattice_asr_server/__init__.py
src/lattice_asr_server/__main__.py
src/lattice_asr_server/app.py
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_hardware.py
tests/test_lid.py
tests/test_module_convenience.py
tests/test_remote_integration.py
tests/test_server.py
tests/test_smoke.py
tests/test_telemetry.py
tests/test_transcriber.py
tests/test_transcriber_selection.py
tests/test_types.py
tests/fixtures/audio/hello-en-2s.wav
tests/fixtures/audio/hello-en-30s.wav
tests/perf/__init__.py
tests/perf/test_perf_gates.py
tests/test_diarize/__init__.py
tests/test_diarize/test_pyannote.py
tests/test_diarize/test_segment_merge.py
tests/test_diarize/test_sortformer.py
tests/test_engines/__init__.py
tests/test_engines/test_faster_whisper.py
tests/test_engines/test_remote.py