diff --git a/Examples/WhisperDesktop/WhisperDesktop.rc b/Examples/WhisperDesktop/WhisperDesktop.rc index f7415fb..3bf4c1e 100644 Binary files a/Examples/WhisperDesktop/WhisperDesktop.rc and b/Examples/WhisperDesktop/WhisperDesktop.rc differ diff --git a/Whisper/Resource.rc b/Whisper/Resource.rc index 49ca3b4..8ea5fea 100644 Binary files a/Whisper/Resource.rc and b/Whisper/Resource.rc differ diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 3e022bd..93ca578 100644 --- a/WhisperNet/Internal/AssemblyInfo.cs +++ b/WhisperNet/Internal/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: AssemblyCopyright( "Copyright © const.me, 2022-2023" )] [assembly: ComVisible( false )] [assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] -[assembly: AssemblyVersion( "1.8.0.0" )] +[assembly: AssemblyVersion( "1.9.0.0" )] [assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )] \ No newline at end of file diff --git a/WhisperNet/WhisperNet.nuspec b/WhisperNet/WhisperNet.nuspec index dc3cebc..ae10446 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ WhisperNet - 1.8.1 + 1.9.0 Konstantin, const.me MPL-2.0 https://github.com/Const-me/Whisper High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model - Fixed a crash during process shutdown + Removed the dependency on `cabinet.dll` Windows component. Reportedly, the library now runs on Linux, using Wine 8.3. Copyright © const.me, 2022-2023 whisper, gpgpu, speech recognition