Skip to content

Version 1.10

Compare
Choose a tag to compare
@Const-me Const-me released this 18 Mar 16:57
· 28 commits to master since this release

New API method to decode audio files from memory buffers.
The library should now support concurrent transcribes, when loading multiple models.
Added an API method to clone the model, and the corresponding flag in the eGpuModelFlags enumeration. The cloned model uses same GPU and parameters, reuses VRAM buffers with model’s tensors, but it has independent D3D device and context.

The desktop app now has “Stop” button while transcribing files.

Created PowerShell 5.1 wrapper, see the readme in the corresponding folder.