LICENSE
README.md
pyproject.toml
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/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