WhisperLiveKit/tests
Quentin Fuxa 4b2377c243 fix: correct false auto-detect claim, median bug, RTF inflation
- BENCHMARK.md: whisper also supports --language auto, voxtral is not
  the only one. Fixed mlx-whisper speed comparison (LA is actually
  faster than SS for mlx-whisper, not comparable).
- metrics.py: median calculation was wrong for even-length lists
  (took upper middle instead of averaging the two middle values).
- metrics_collector.py: RTF was inflated because log_summary() used
  wall-clock elapsed time instead of sum of actual ASR call durations.
- README.md: clarified that whisper also supports auto language
  detection, voxtral just does it better.
- Added 2 new median tests (even + odd length).
2026-02-22 23:38:04 +01:00
..
__init__.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
conftest.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
test_audio_processor.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
test_config.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
test_hypothesis_buffer.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
test_metrics.py fix: correct false auto-detect claim, median bug, RTF inflation 2026-02-22 23:38:04 +01:00
test_silence_handling.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00
test_timed_objects.py feat: add 99-test unit test suite with zero model dependencies 2026-02-22 23:27:40 +01:00