diff --git a/Examples/WhisperDesktop/WhisperDesktop.rc b/Examples/WhisperDesktop/WhisperDesktop.rc index de8627b..9d8c656 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 8f5bca4..f8f7e05 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 3fa50ae..15e2546 100644 --- a/WhisperNet/Internal/AssemblyInfo.cs +++ b/WhisperNet/Internal/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: AssemblyCopyright( "Copyright © const.me, 2022" )] [assembly: ComVisible( false )] [assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] -[assembly: AssemblyVersion( "1.3.0.0" )] +[assembly: AssemblyVersion( "1.4.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 131e524..60bd8b8 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ WhisperNet - 1.3 + 1.4 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 - A workaround for the Microsoft’s bug in their MP3 decoder MFT + Two bugfixes, one of them critical. Copyright © const.me, 2022-2023 whisper, gpgpu, speech recognition