Skip to content

addon.node : support cancelling transcription via AbortSignal#3909

Open
buxuku wants to merge 2 commits into
ggml-org:masterfrom
buxuku:feature/addon-cancel
Open

addon.node : support cancelling transcription via AbortSignal#3909
buxuku wants to merge 2 commits into
ggml-org:masterfrom
buxuku:feature/addon-cancel

Conversation

@buxuku

@buxuku buxuku commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

support cancelling transcription via AbortSignal

@buxuku buxuku force-pushed the feature/addon-cancel branch from f040d8c to c8ae48a Compare June 25, 2026 16:02
Adds whisper_full_get_token_t0/t1 (mapped back to the original timeline,
segment-aware so tokens in removed silence snap to the nearest speech
boundary), whisper_full_n_vad_segments + whisper_full_get_vad_segment_t0/t1,
and a UTF-8 aware voice_length() so CJK token times aren't skewed by byte
counting. The addon now emits per-token { text, t0, t1, p } and the VAD
speech segments, so the JS side can do word-level timing without running a
second VAD pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant