-
Notifications
You must be signed in to change notification settings - Fork 70
Fix/whisper silence hallucination #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
GustavoA1604
merged 12 commits into
tetherto:fix/whispercpp-vad
from
freddy311082:fix/whisper-silence-hallucination
Feb 10, 2026
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
97d5932
Refactor `WhisperModel` to remove unnecessary `state_` handling and s…
freddy311082 7be343f
Add v0.3.18 release notes detailing API updates, Windows CI/CD enhanc…
freddy311082 7eeca52
Merge branch 'main' into fix/whisper-silence-hallucination
freddy311082 5ba3c83
Update workflow for Whispercpp integration tests: rename workflow, tw…
freddy311082 9ed9b9a
Merge remote-tracking branch 'origin/fix/whisper-silence-hallucinatio…
freddy311082 b4778da
Refactor `WhisperModel` to streamline formatting of function calls an…
freddy311082 ab2aae1
Simplify integration test workflow by unifying Unix/Windows steps, up…
freddy311082 e8c149a
Enhance integration test workflow: add Windows-specific steps, config…
freddy311082 b4b0ef1
Update integration test workflow: adjust OS matrix, add `working-dire…
freddy311082 88f0488
Merge branch 'main' into fix/whisper-silence-hallucination
freddy311082 9d5b470
Update integration test workflow: specify test file paths under `test…
freddy311082 8fdb909
Merge remote-tracking branch 'origin/fix/whisper-silence-hallucinatio…
freddy311082 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
packages/qvac-lib-infer-whispercpp/release-notes/v0.3.18.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # QVAC Transcription Whisper Addon v0.3.18 Release Notes | ||
|
|
||
| This release updates the whisper.cpp integration to use the latest API and improves Windows platform support for CI/CD workflows. | ||
|
|
||
| ## Features | ||
|
|
||
| ### Enhanced Windows Platform Support | ||
|
|
||
| The integration test workflow now includes comprehensive Windows support with PowerShell-specific configurations. This includes separate registry configuration steps for Unix and Windows platforms, ensuring proper package authentication across all environments. The workflow now uses the `ai-run-windows-gpu` runner for better GPU-accelerated testing on Windows. | ||
|
|
||
| ### Prebuild Package Renaming Support | ||
|
|
||
| Added automatic renaming of prebuild packages from `tetherto__*` to `qvac__*` format during the package download process. This ensures consistency across all platforms and simplifies the build artifact management. | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| ### Whisper.cpp API Compatibility | ||
|
|
||
| Updated the integration with whisper.cpp to use the new 4-parameter API for `whisper_full()`. The previous 5-parameter version that included an explicit state parameter has been deprecated. The state is now managed internally by the whisper.cpp context, simplifying the code and removing unnecessary state management overhead. | ||
|
|
||
| Removed the obsolete `whisper_state` member variable and related initialization code, as the new whisper.cpp API handles state management automatically through the context object. | ||
|
|
||
| ## Other | ||
|
|
||
| Updated the integration test workflow to use a specific version of `bare@1.26.0` for better build consistency. Added the `always-auth=true` configuration for npm registry authentication to improve reliability when downloading private packages. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.