Releases: BBC-Esq/ctranslate2-faster-whisper-transcriber
Releases · BBC-Esq/ctranslate2-faster-whisper-transcriber
v4.1.0 - I Hate Pyinstaller
Patch Notes
This section tracks minor updates following the 4.0.0 release.
The full release notes for v4.0.0 are provided below for reference.
Version Changes 4.1.0 Fix circular imports and pyinstaller
issues.
v4.0.0 Release Notes
- Added support for both Python 3.11 and 3.12.
- Add a separate widget to actually see what's copied to the system clipboard.
- Updated all dependencies.
v4.0.0 - new and improved
Improvements
- Added support for both Python 3.11 and 3.12.
- Add a separate widget to actually see what's copied to the system clipboard.
- Updated all dependencies.
v3.3.0 - good stuff
Improved thread handling and a host of other improvements as well.
v3.2.1 - distil whisper dude!
See notes for v3.2.0
v3.2.0 - distil-whisper in da house
Added "distil" variants of the Whisper models for increased speed and efficiency.
Added multithreading so the GUI should no longer freeze when transcribing nor when simply downloading a model.
Full Changelog: v3.1.1...v3.2.0
v3.1.1 - faster-whisper-transcriber
Patch release to make setting cuda-related paths more robust.
v3.1.0 - faster installation
Improvements
- Modified
setup.py
to utilize the powerfuluv
package to speedup installation by approximately 2-4x. - Removed all
Ctranslate2
quantization options exceptfloat32
,bfloat16
, andfloat16
. Nobody really used them... - Upgraded certain library versions.
v3.0.1 - perfected
Using sounddevice
instead of pyaudio
. Upgraded faster-whisper
version.
CUDA
is no longer required to be installed. This program will automatically download the appropriate .dll
files to use.
v2.4
v2.3.1 - bug fix
Temporary change in the command to install faster-whisper due to a mistake in uploading to pypi.org.