- 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). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_audio_processor.py | ||
| test_config.py | ||
| test_hypothesis_buffer.py | ||
| test_metrics.py | ||
| test_silence_handling.py | ||
| test_timed_objects.py | ||