Skip to content
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

Bump Whisper.net.Runtime from 1.7.0 to 1.7.4 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps Whisper.net.Runtime from 1.7.0 to 1.7.4.

Release notes

Sourced from Whisper.net.Runtime's releases.

v1.7.4

We're thrilled to announce the release of whisper.net 1.7.4, featuring a host of improvements and new functionalities.

Key Features and Changes

  • Custom Alignment Heads for DTW: Now, you can define custom alignment heads for Dynamic Time Warping (DTW), enhancing the accuracy of speech-to-text alignment in various scenarios.
  • Upgrade to Whisper.cpp 1.7.3 which included multiple updates and fixes:
    • WithNoSpeechThreshold Support: This allows for better handling of silent segments in audio, improving transcription accuracy.
    • Performance Enhancements: Significant improvements, especially on the Metal runtime for macOS, ensuring faster processing times.
    • Library Split: The native libraries are now split into multiple files (libggml-whisper, libggml-base-whisper, etc.), allowing for more modular use and easier updates.
  • MAUI App Testing for iOS: Added tests for MAUI applications on iOS, ensuring better support for cross-platform development. 🚀
  • Whisper Factory Options: Introduced new options at the WhisperFactory level for more granular control over configurations, previously managed through a singleton at the library level (RuntimeOptions). This improves flexibility and maintainability. Note: RuntimeOptions are still available but only to configure the way how the native runtime is being loaded.
  • The continuous recognition example has been deprecated in favor of EchoSharp, which provides a more robust and up-to-date demonstration of continuous speech recognition capabilities.
  • FIxed an issue where the native library couldn't be auto-loaded on systems that are not providing any command line arguments (like godot)

What's Changed

Full Changelog: sandrohanea/whisper.net@1.7.3...1.7.4

v1.7.3

Summary

  • Introduced support for dotnet 9 MAUI apps
  • Upgraded whisper.cpp to 1.7.2
  • Fixed the iOS linking (thanks to @​AncientLust )
  • Added support for Linux with Vulkan runtime
  • Bumped various nuget versions to newly released packages (e.g. Microsoft.Bcl.AsyncInterfaces to 9.0.0)

Full Changelog: sandrohanea/whisper.net@1.7.2...1.7.3

v1.7.2

What's Changed

... (truncated)

Commits
  • a3ec2f8 Removed continuous recognition example and replaced it with a link the echosh...
  • ffc0cdb Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold (#305)
  • 0b9bb5d Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 (#306)
  • db4a246 Removed unnecessary instances and simplified LogProviders + RuntimeOptions (#...
  • b456f6e Added test reporter (#303)
  • dca380d Added Whisper Factory Options (#302)
  • 78e1651 Support setting custom alignment heads for dtw (#301)
  • 1c1ff13 Bump Microsoft.DotNet.XHarness.TestRunners.Xunit (#298)
  • 2356c59 Bump Microsoft.DotNet.XHarness.TestRunners.Xunit (#294)
  • 52fe502 Bump FluentAssertions from 6.12.2 to 7.0.0 (#291)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Whisper.net.Runtime](https://github.com/sandrohanea/whisper.net) from 1.7.0 to 1.7.4.
- [Release notes](https://github.com/sandrohanea/whisper.net/releases)
- [Commits](sandrohanea/whisper.net@1.7.0...1.7.4)

---
updated-dependencies:
- dependency-name: Whisper.net.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants