LICENSE
README.md
pyproject.toml
setup.py
termux_stt/__init__.py
termux_stt.egg-info/PKG-INFO
termux_stt.egg-info/SOURCES.txt
termux_stt.egg-info/dependency_links.txt
termux_stt.egg-info/entry_points.txt
termux_stt.egg-info/requires.txt
termux_stt.egg-info/top_level.txt
termux_stt/audio/__init__.py
termux_stt/audio/loader.py
termux_stt/audio/mic.py
termux_stt/audio/preprocessor.py
termux_stt/audio/vad.py
termux_stt/cli/__init__.py
termux_stt/cli/benchmark.py
termux_stt/cli/diarize.py
termux_stt/cli/doctor.py
termux_stt/cli/listen.py
termux_stt/cli/main.py
termux_stt/cli/models_cmd.py
termux_stt/cli/transcribe.py
termux_stt/diarization/__init__.py
termux_stt/diarization/clustering.py
termux_stt/diarization/mapper.py
termux_stt/diarization/xvector.py
termux_stt/engine/__init__.py
termux_stt/engine/base.py
termux_stt/engine/hybrid_engine.py
termux_stt/engine/sherpa_engine.py
termux_stt/engine/vosk_engine.py
termux_stt/engine/whisper_engine.py
termux_stt/export/__init__.py
termux_stt/export/json_export.py
termux_stt/export/result.py
termux_stt/export/rttm.py
termux_stt/export/srt.py
termux_stt/export/vtt.py
termux_stt/models/__init__.py
termux_stt/models/hub.py
termux_stt/models/quantization.py
termux_stt/models/registry.py
termux_stt/platform/__init__.py
termux_stt/platform/hardware.py
termux_stt/platform/installer.py
termux_stt/platform/mobile_guard.py
termux_stt/platform/process_pool.py
tests/test_audio_preprocessor.py
tests/test_cli.py
tests/test_diarization.py
tests/test_export_formats.py
tests/test_hybrid_engine.py
tests/test_model_hub.py
tests/test_sherpa_engine.py
tests/test_vosk_engine.py
tests/test_whisper_engine.py