diff options
| author | Konstantin <const@const.me> | 2023-01-19 17:12:45 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-19 17:12:45 +0100 |
| commit | 15723b20038f832c911aac31408b81d01c8c5572 (patch) | |
| tree | 54b703dfacf1c0e78c43d18f3172e357ed14bdf4 | |
| parent | 9df2ee2ead4ce23d06351a6cdb4fea588f79e429 (diff) | |
Version 1.3
| -rw-r--r-- | Examples/WhisperDesktop/WhisperDesktop.rc | bin | 20076 -> 20076 bytes | |||
| -rw-r--r-- | Whisper/Resource.rc | bin | 5246 -> 5246 bytes | |||
| -rw-r--r-- | WhisperNet/Internal/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | WhisperNet/WhisperNet.nuspec | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Examples/WhisperDesktop/WhisperDesktop.rc b/Examples/WhisperDesktop/WhisperDesktop.rc Binary files differindex f677a79..ecf30cd 100644 --- a/Examples/WhisperDesktop/WhisperDesktop.rc +++ b/Examples/WhisperDesktop/WhisperDesktop.rc diff --git a/Whisper/Resource.rc b/Whisper/Resource.rc Binary files differindex 1f14a69..8f5bca4 100644 --- a/Whisper/Resource.rc +++ b/Whisper/Resource.rc diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 5bd65b2..3fa50ae 100644 --- a/WhisperNet/Internal/AssemblyInfo.cs +++ b/WhisperNet/Internal/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright( "Copyright © const.me, 2022" )] [assembly: ComVisible( false )] [assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] -[assembly: AssemblyVersion( "1.2.0.0" )] +[assembly: AssemblyVersion( "1.3.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 ca0fbff..131e524 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>WhisperNet</id> - <version>1.2</version> + <version>1.3</version> <authors>Konstantin, const.me</authors> <license type="expression">MPL-2.0</license> <projectUrl>https://github.com/Const-me/Whisper</projectUrl> <description>High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model</description> - <releaseNotes>Implemented a flag to select between versions of the compute shaders</releaseNotes> + <releaseNotes>A workaround for the Microsoft’s bug in their MP3 decoder MFT</releaseNotes> <copyright>Copyright © const.me, 2022-2023</copyright> <tags>whisper, gpgpu, speech recognition</tags> <repository type="git" url="https://github.com/Const-me/Whisper.git" /> |
