Replies: 1 comment
-
|
Yes, The root reason is whisper.cpp Node.js Addon does not provide an API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the ASR function has a
pauseorcancelbutton, but both are malfunctioning.Questions:
Meanwhile
Critical Analysis: Whisper Addon Cancellation Limitation
Date: 2025-08-08
Status: ❌ FUNDAMENTAL ARCHITECTURAL LIMITATION DISCOVERED
Root Cause: The current whisper.cpp addon does NOT support JavaScript-level cancellation
🚨 Discovery Summary
After investigating the crash logs and addon source code, I discovered that the fundamental assumption about abort_callback support was WRONG.
What I Thought vs Reality
abort_callback: () => booleanprogress_callbackreturns control values🔍 Addon Analysis (whisper.cpp-openvino/examples/addon.node)
What the Addon Actually Supports
Abort Mechanism Reality
Beta Was this translation helpful? Give feedback.
All reactions