Skip to content

Commit

Permalink
Version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Mar 20, 2023
1 parent 85bb1c1 commit a5bfcc7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
Binary file modified Examples/WhisperDesktop/WhisperDesktop.rc
Binary file not shown.
Binary file modified Whisper/Resource.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion WhisperNet/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

[assembly: AssemblyCopyright( "Copyright © const.me, 2022-2023" )]
[assembly: ComVisible( false )]
[assembly: AssemblyVersion( "1.10.0.0" )]
[assembly: AssemblyVersion( "1.10.1.0" )]
8 changes: 2 additions & 6 deletions WhisperNet/WhisperNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>WhisperNet</id>
<version>1.10.0</version>
<version>1.10.1</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>
New API method function to decode audio files from memory buffers.
The library should now support consurrent transcribes, when loading multiple models.
Also, added an API method to clone the model, and the corresponding flag in the `eGpuModelFlags` enumeration.
</releaseNotes>
<releaseNotes>Minor, error handling improvement</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" />
Expand Down
2 changes: 1 addition & 1 deletion WhisperPS/WhisperPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'WhisperPS.dll'

# Version number of this module.
ModuleVersion = '1.9'
ModuleVersion = '1.10.1'

# Supported PSEditions
CompatiblePSEditions = @('Desktop')
Expand Down

0 comments on commit a5bfcc7

Please sign in to comment.