VisioForge.DotNet.Core.AI.Whisper
2026.7.25
dotnet add package VisioForge.DotNet.Core.AI.Whisper --version 2026.7.25
NuGet\Install-Package VisioForge.DotNet.Core.AI.Whisper -Version 2026.7.25
<PackageReference Include="VisioForge.DotNet.Core.AI.Whisper" Version="2026.7.25" />
<PackageVersion Include="VisioForge.DotNet.Core.AI.Whisper" Version="2026.7.25" />
<PackageReference Include="VisioForge.DotNet.Core.AI.Whisper" />
paket add VisioForge.DotNet.Core.AI.Whisper --version 2026.7.25
#r "nuget: VisioForge.DotNet.Core.AI.Whisper, 2026.7.25"
#:package VisioForge.DotNet.Core.AI.Whisper@2026.7.25
#addin nuget:?package=VisioForge.DotNet.Core.AI.Whisper&version=2026.7.25
#tool nuget:?package=VisioForge.DotNet.Core.AI.Whisper&version=2026.7.25
VisioForge.DotNet.Core.AI.Whisper
Local, offline speech-to-text for the VisioForge Media Blocks SDK .Net — live subtitles powered by Whisper (ASR) and Silero VAD (voice-activity detection), running fully on-device via Whisper.net (whisper.cpp / GGML) and ONNX Runtime. No audio leaves the machine.
Features
SpeechToTextBlock— an audio in/out media block that transcribes speech in real time and raises anOnSpeechRecognizedevent. Audio passes through unchanged.- Silero VAD segments speech inside the block so Whisper only runs on actual speech (no silence hallucinations, lower CPU/GPU cost).
- Subtitle helpers: auto-render recognized text onto video via
OverlayManagerBlock, and write.srt/.vttside-car files. - CPU and NVIDIA CUDA execution.
Models
Whisper GGML weights (ggml-*.bin) and the Silero VAD ONNX model are not bundled — download them at
runtime and cache locally (for example under %USERPROFILE%/VisioForge/models). All four components
(Whisper.net, whisper.cpp, the Whisper GGML weights, Silero VAD) are MIT-licensed.
See the SDK documentation for usage and the bundled "Live Subtitles Demo".
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net7.0-windows10.0.19041 is compatible. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net8.0-windows10.0.19041 is compatible. net9.0 is compatible. net9.0-android was computed. net9.0-android35.0 is compatible. net9.0-browser was computed. net9.0-ios was computed. net9.0-ios18.0 is compatible. net9.0-maccatalyst was computed. net9.0-maccatalyst18.0 is compatible. net9.0-macos was computed. net9.0-macos15.0 is compatible. net9.0-tvos was computed. net9.0-windows was computed. net9.0-windows7.0 is compatible. net9.0-windows10.0.19041 is compatible. net10.0 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 is compatible. net10.0-macos was computed. net10.0-macos26.0 is compatible. net10.0-tvos was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. net10.0-windows10.0.19041 is compatible. |
-
net10.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net10.0-android36.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views (>= 3.119.4-preview.1.1)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net10.0-ios26.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views (>= 3.119.4-preview.1.1)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net10.0-maccatalyst26.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net10.0-macos26.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net10.0-windows10.0.19041
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- OpenTK (>= 4.9.4)
- OpenTK.GLWpfControl (>= 4.3.6)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.WPF (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 10.0.6)
- System.Management (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net10.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 10.0.6)
- System.Management (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net5.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 4.10.3)
- System.ServiceModel.Primitives (>= 4.10.3)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net5.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 6.0.0)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 6.0.2)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 4.10.3)
- System.ServiceModel.Primitives (>= 4.10.3)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net6.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 6.2.0)
- System.ServiceModel.Primitives (>= 6.2.0)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net6.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 6.0.0)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 6.0.2)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 6.2.0)
- System.ServiceModel.Primitives (>= 6.2.0)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 6.2.0)
- System.ServiceModel.Primitives (>= 6.2.0)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net7.0-windows10.0.19041
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- OpenTK (>= 4.9.4)
- OpenTK.GLWpfControl (>= 4.3.6)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.WPF (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 8.0.26)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 6.2.0)
- System.ServiceModel.Primitives (>= 6.2.0)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net7.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 8.0.26)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 6.2.0)
- System.ServiceModel.Primitives (>= 6.2.0)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net8.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net8.0-windows10.0.19041
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- OpenTK (>= 4.9.4)
- OpenTK.GLWpfControl (>= 4.3.6)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.WPF (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 8.0.26)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net8.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 8.0.26)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net9.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net9.0-android35.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net9.0-ios18.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.NativeAssets.iOS (>= 3.119.4-preview.1.1)
- SkiaSharp.Views (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net9.0-maccatalyst18.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net9.0-macos15.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime (>= 1.26.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- System.Formats.Asn1 (>= 10.0.6)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
-
net9.0-windows10.0.19041
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- OpenTK (>= 4.9.4)
- OpenTK.GLWpfControl (>= 4.3.6)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.WPF (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 9.0.15)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
-
net9.0-windows7.0
- Clipper2 (>= 2.0.0)
- Microsoft.ML.OnnxRuntime.DirectML (>= 1.24.4)
- NAudio.Core (>= 2.3.0)
- NAudio.Wasapi (>= 2.3.0)
- NAudio.WinMM (>= 2.3.0)
- Serilog (>= 4.3.1)
- Serilog.Sinks.Debug (>= 3.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- SkiaSharp (>= 3.119.4-preview.1.1)
- SkiaSharp.Views.Desktop.Common (>= 3.119.4-preview.1.1)
- Svg.Skia (>= 5.1.1)
- System.Drawing.Common (>= 9.0.15)
- System.Formats.Asn1 (>= 10.0.6)
- System.Management (>= 8.0.0)
- System.Security.Cryptography.Pkcs (>= 10.0.6)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Http (>= 8.1.2)
- System.ServiceModel.Primitives (>= 8.1.2)
- System.Text.Encoding.CodePages (>= 10.0.6)
- VisioForge.DotNet.Core (>= 2026.7.25)
- VisioForge.DotNet.Core.AI (>= 2026.7.25)
- VisioForge.Libs.External (>= 2026.2.20)
- Whisper.net (>= 1.9.1)
- Whisper.net.Runtime (>= 1.9.1)
- Whisper.net.Runtime.Cuda12 (>= 1.9.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.7.25 | 34 | 7/25/2026 |
| 2026.7.24 | 42 | 7/23/2026 |
| 2026.7.23 | 42 | 7/22/2026 |
| 2026.7.22 | 45 | 7/22/2026 |
| 2026.7.21 | 47 | 7/21/2026 |
| 2026.7.8 | 75 | 7/8/2026 |
| 2026.7.7 | 56 | 7/7/2026 |
| 2026.7.6 | 65 | 7/6/2026 |
| 2026.7.5 | 64 | 7/5/2026 |
| 2026.7.2 | 66 | 7/2/2026 |
| 2026.6.28 | 62 | 6/28/2026 |
| 2026.6.26 | 64 | 6/25/2026 |
| 2026.6.25 | 80 | 6/24/2026 |
Bug fixes and performance improvements. Please check the changelog.