tinker-audio-transcriber
An audio transcription plugin for TINKER, powered by sherpa-onnx.

Features
- Local ASR with SenseVoice and Whisper models (no cloud dependency)
- Long media support for audio and video files via FFmpeg
- Speech segmentation with Silero VAD and timed cue list
- Drag & drop or file picker to open media
- Copy or save plain text and SRT subtitles
- Cancelable transcription with live progress
Installation
Download and install TINKER, then run:
bash
npm i -g tinker-audio-transcriberUsage
- Select an ASR model (SenseVoice or Whisper); download model files if prompted
- Open a media file via drag & drop or the open button
- Wait for recognition to finish (progress shows preparing, VAD, and recognizing stages)
- Copy or save the transcript text and SRT cues from the result panels