Ross ROSS = Recommend OSS · open-source software intelligence for agents

linto-ai/whisper-timestamped

Multilingual Automatic Speech Recognition with word-level timestamps and confidence observed · 2026-08-28

github.com/linto-ai/whisper-timestamped · Python · AGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 98
  • Release rhythm 47
  • Longevity 94
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 12.0
  • age_days: 1328
  • days_rel: 358
  • days_push: 16
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2841 stars · 211 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library extending OpenAI's Whisper models to produce accurate word-level timestamps and confidence scores during multilingual speech recognition. It uses Dynamic Time Warping on cross-attention weights with no extra inference steps and low memory overhead.

Use cases

  • transcribe audio with word-level timestamps
  • get confidence scores for each transcribed word
  • run speech-to-text on long audio files with low memory
  • detect spoken language with confidence
  • apply voice activity detection before transcription
  • generate subtitles with precise word timing

When to choose

  • you need word-level timestamps rather than Whisper's approximate segment timestamps
  • you want confidence scores per word or segment
  • you want to keep using openai-whisper with minimal changes
  • you process long audio files and care about memory usage

When to avoid

  • you need speaker diarization as a first-class feature
  • you require a non-Python or non-PyTorch environment
  • you need a permissively licensed dependency (it is AGPL-3.0)
  • you only need coarse segment-level transcription

Facets

library · maturity active

speech-recognition machine-learning deep-learning speech-processing machine-learning python cli cross-platform whisper word-timestamps asr speech-to-text pytorch voice-activity-detection multilingual confidence-scores transcription natural-language-processing

2 sources

Member repositories

RepositoryRoleHealth v2
linto-ai/whisper-timestampedmain79

For agents

markdown · JSON · MCP: product_card(name="linto-ai/whisper-timestamped")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem