whisper.cpp/benchmark/audio
shaihi 40a46f9ed1 benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
..
README.md benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
lock.json benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
long.wav benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
medium.wav benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
short.wav benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00
source_mobydick_054.mp3 benchmark: add harness artifacts and handoff record 2026-03-09 10:13:34 +02:00

README.md

Audio Inputs

Place fixed benchmark inputs in this directory:

  • short.wav (~30 seconds)
  • medium.wav (~5 minutes)
  • long.wav (~30 minutes)

All inputs must be:

  • 16 kHz
  • mono
  • 16-bit PCM WAV

Example conversion:

ffmpeg -i input.ext -ar 16000 -ac 1 -c:a pcm_s16le output.wav

After files are in place, create/update the reproducibility lock:

../bench.sh --create-lock