Skip to content

Releases: sandrohanea/whisper.net

v1.7.1

17 Oct 22:07
1117e52
Compare
Choose a tag to compare

What's Changed

  • Fixed Android build + improved CI/CI with xharness + added AllRuntimes package in #216
  • Fixed vulkan and coreml targets in #218
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 8.0.8 to 8.0.10 in /examples by @dependabot in #220
  • Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.8 to 8.0.10 in /examples by @dependabot in #221
  • Add FlashAttention support by @Sing303 in #223
  • Fixed cuda load when no cuda device available by @sandrohanea and @Sing303 in #225
  • Fixed multiruntime issue in #228
  • Fixed the perf issue on linux from 1.7.1-preview1 in #229
  • Versions bumped after release in #230

New Contributors

Full Changelog: 1.7.0...1.7.1

v1.7.1-preview1

14 Oct 13:18
40639db
Compare
Choose a tag to compare
v1.7.1-preview1 Pre-release
Pre-release

What's Changed

  • Fixed Android build + improved CI/CI with xharness
  • Added AllRuntimes package
  • Fixed vulkan and coreml
  • Fixed nuget push
  • Added nuget push workflow

Full Changelog: 1.7.0...1.7.1-preview1

v1.7.0

07 Oct 22:30
Compare
Choose a tag to compare

Whisper.net v1.7.0 Release Notes

We're excited to announce the latest version of Whisper.net, packed with new features, enhanced runtime flexibility, and improved support for high-performance speech recognition!

New Features & Improvements

🛠️ Multiple Runtimes Support

  • Flexible runtime support: In the past, you could only reference one runtime at a time. Now, Whisper.net allows you to include multiple runtimes within the same project. This makes it easier to build cross-platform applications that take advantage of different runtime options depending on the hardware and platform being used.

🚀 Vulkan Runtime Support

  • We’ve added Vulkan as a new GPU runtime option, enabling better GPU acceleration on Windows x64 for systems supporting Vulkan.

OpenVINO Runtime Support

  • Support for OpenVINO has been introduced, providing improved performance on Intel hardware (both CPU and GPU). You can now offload heavy computation to Intel devices with this runtime.
  • Added an OpenVINO encoder downloader to make it easier to acquire necessary models for your OpenVINO workloads.

📥 Downloader for OpenVINO Encoders

  • Simplified the process of downloading OpenVINO encoder models for faster setup and enhanced model management.

🔄 RuntimeOptions for Configurable Runtimes

  • Introducing RuntimeOptions, which allows you to configure runtime behaviors, such as selecting which GPU or device to use. This adds greater flexibility and control over how Whisper.net operates on different hardware setups.

Updates

⚙️ CUDA Runtime Update

  • The previous Whisper.net.Cublas runtime has been renamed to Whisper.net.Cuda to reflect the use of CUDA for Nvidia GPUs. This renaming ensures consistency and clarity in runtime names.

🛑 ClBlast Runtime Removal

  • Removed support for the Whisper.net.Runtime.Clblast runtime. Vulkan, CUDA, and OpenVINO now provide more efficient alternatives for hardware acceleration.

🚀 Support for Whisper Large v3 Turbo Models

  • We've added support for Whisper Large v3 Turbo, which delivers enhanced performance for large-scale speech recognition tasks.

🔄 Upgraded to Latest Whisper.cpp

  • This release integrates the latest Whisper.cpp updates, including all new features, optimizations, and bug fixes from the underlying whisper.cpp project. Expect improved performance, stability, and broader platform compatibility.

We hope these improvements will help make Whisper.net even more powerful for your projects. As always, your feedback is welcome, and be sure to check out our documentation for examples and usage details.

Happy coding! 🎉

Full Changelog: 1.5.0...1.7.0

1.5.0

25 Nov 16:29
8711b1b
Compare
Choose a tag to compare
  • Upgraded to Whisper.cpp 1.5.1

  • Improved cancellation using CancellationToken provided => it's using the onabort handler in native library to cancel the processing faster
    => addressing concerns from #23

  • Logging improvements: not logging to stderr by default anymore, but events can be registered (see LogProvider)
    => Added optional logging in simple samples + CoreML sample
    => Logging is now suppressed by default: #129

  • Added useGpu on WhisperFactory creation so that GPU usage can be disabled on specific runtimes (e.g. Cublas, CoreML, etc)

  • Upgraded dotnet targets to dotnet 8

  • Added support for whisper large v3 (including downloader + coreml model)
    => Old model Large in downloader should be renamed to LargeV2 see GgmlType

  • Added linux-x64 support for Whisper.net.Runtime.Cublas

  • Added support for distil-whisper #126
    => No downloader added, you'll need to load the model yourself
    => How to build the model: https://github.com/ggerganov/whisper.cpp/tree/master/models#distilled-models

  • Added automated builds for all runtimes using Github Actions

  • Unified runtime builds with make for linux, macos, ios, tvos, wasm and powershell scripts for windows

  • Added Blazor with InteractivityAuto, InteractivityServer and InteractivityWebAssemly support
    => sample with new dotnet 8 Blazor template added.

  • Unified Whisper.net.Runtime.Wasm with Whisper.net.Runtime
    => If previously you were using Whisper.net.Runtime.Wasm, just replace it with Whisper.net.Runtime

  • Added metal support for arm-based apple platforms (both Whisper.net.Runtime + Whisper.net.Runtime.CoreML)

Full Changelog: 1.4.7...1.5.0

1.4.7

02 Sep 15:40
4f9a238
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.6...1.4.7

1.4.6

02 Jul 21:17
88c65f1
Compare
Choose a tag to compare

What's Changed

  • Various changes in the native library incorporated into in #90
  • Fixed osx build #88
  • Improved WaveParser and fixed #86
  • Improved examples

Full Changelog: 1.4.5...1.4.6

1.4.5

19 Jun 22:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.4.5

Whisper.net 1.4.4

18 Jun 16:51
53f1d85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.3...1.4.4

Whisper.net 1.4.3

27 May 19:11
8feda17
Compare
Choose a tag to compare

Included in this release:

Examples by @sandrohanea: 47e4cfd
Wav Multichannel support by @sandrohanea ad161d4
Bugfix for max filesize ea227ac by @GFNiko

Whisper.net 1.4.2

20 May 15:31
ddc1718
Compare
Choose a tag to compare

In this release:
Updated build scripts by @drasticactions: b397baa
Improve wave parsing by @sandrohanea: df04c7a