Skip to content

Releases: BBC-Esq/ctranslate2-faster-whisper-transcriber

v4.1.0 - I Hate Pyinstaller

15 Feb 21:57
7d0b2fe
Compare
Choose a tag to compare

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

11 Feb 16:50
1cb455e
Compare
Choose a tag to compare

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

16 Oct 03:30
7462f0c
Compare
Choose a tag to compare

Improved thread handling and a host of other improvements as well.

v3.2.1 - distil whisper dude!

04 Oct 23:05
e5f7593
Compare
Choose a tag to compare

See notes for v3.2.0

v3.2.0 - distil-whisper in da house

04 Oct 14:42
7b002f2
Compare
Choose a tag to compare

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

17 Sep 08:17
929dfcf
Compare
Choose a tag to compare

Patch release to make setting cuda-related paths more robust.

v3.1.0 - faster installation

31 Jul 20:48
2a4af42
Compare
Choose a tag to compare

Improvements

  • Modified setup.py to utilize the powerful uv package to speedup installation by approximately 2-4x.
  • Removed all Ctranslate2 quantization options except float32, bfloat16, and float16. Nobody really used them...
  • Upgraded certain library versions.

v3.0.1 - perfected

01 Jul 20:37
14d7d9b
Compare
Choose a tag to compare

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

22 Feb 23:23
76bb97c
Compare
Choose a tag to compare
remove pyperclip dependency

v2.3.1 - bug fix

22 Feb 02:43
76a1738
Compare
Choose a tag to compare

Temporary change in the command to install faster-whisper due to a mistake in uploading to pypi.org.