Soenneker.Libraries.Whisper.CTranslate 3.0.121

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Libraries.Whisper.CTranslate --version 3.0.121
                    
NuGet\Install-Package Soenneker.Libraries.Whisper.CTranslate -Version 3.0.121
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Libraries.Whisper.CTranslate" Version="3.0.121" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Libraries.Whisper.CTranslate" Version="3.0.121" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Libraries.Whisper.CTranslate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Libraries.Whisper.CTranslate --version 3.0.121
                    
#r "nuget: Soenneker.Libraries.Whisper.CTranslate, 3.0.121"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Soenneker.Libraries.Whisper.CTranslate&version=3.0.121
                    
Install Soenneker.Libraries.Whisper.CTranslate as a Cake Addin
#tool nuget:?package=Soenneker.Libraries.Whisper.CTranslate&version=3.0.121
                    
Install Soenneker.Libraries.Whisper.CTranslate as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Libraries.Whisper.CTranslate

What is Whisper?

Whisper is an automatic speech recognition (ASR) system developed by OpenAI, designed to transcribe and translate audio efficiently and accurately. It supports multiple languages and use cases, ranging from real-time transcription to audio-based translation.

About This Executable

The Soenneker.Libraries.Whisper.CTranslate package provides a Windows executable version of Whisper using the Faster-Whisper implementation with CTranslate2. This implementation is up to 4 times faster than OpenAI’s original Whisper system, maintaining the same accuracy while requiring less memory.

Features

  • No Python installation is needed: Simple to deploy and use for Windows users.
  • Daily Updates: This package is updated daily, including updates from its entire dependency chain and the source repository.
  • CUDA Support: GPU transcoding via CUDA is fully supported for faster processing on compatible systems.

Installation Options

You can obtain the executable in the following ways:

1. Release Installation

Download the latest release directly from the Releases section on GitHub.

2. NuGet Package Installation

dotnet install Soenneker.Libraries.Whisper.CTranslate

After installing via NuGet, the executable will be located at /Resources/whisper_ctranslate2.exe within your project.

Usage Examples

The following examples demonstrate how to use the executable:

Basic Transcription

Use the following command in PowerShell to transcribe an input audio file:

./whisper_ctranslate2.exe input.mp3 --model medium

This command will automatically download the required model from HuggingFace if it’s not already available locally.

Subtitles Generation

Generate subtitles (in SRT format) from an input audio file:

./whisper-ctranslate2 input.mp3 --model medium --output-format srt

Specify a Language

If you know the language of the input audio, specify it to improve accuracy and speed:

./whisper-ctranslate2 input.mp3 --model medium --language en

Help Command

To see all available options and arguments:

./whisper_ctranslate2 --help

Source Code and Custom Builds

The source code and instructions for building the executable yourself can be found in the Soenneker.Runners.Whisper.CTranslate repository.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.200 55 6/19/2025
3.0.199 84 6/18/2025
3.0.196 80 6/15/2025
3.0.195 132 6/14/2025
3.0.194 195 6/13/2025
3.0.193 263 6/12/2025
3.0.192 265 6/11/2025
3.0.191 269 6/10/2025
3.0.190 248 6/9/2025
3.0.189 183 6/8/2025
3.0.188 106 6/7/2025
3.0.187 71 6/6/2025
3.0.186 132 6/5/2025
3.0.185 127 6/4/2025
3.0.184 130 6/3/2025
3.0.183 128 6/2/2025
3.0.182 129 6/1/2025
3.0.181 86 5/31/2025
3.0.180 78 5/30/2025
3.0.179 132 5/29/2025
3.0.178 137 5/29/2025
3.0.177 134 5/28/2025
3.0.176 132 5/28/2025
3.0.175 155 5/27/2025
3.0.174 128 5/26/2025
3.0.173 135 5/25/2025
3.0.172 58 5/24/2025
3.0.171 81 5/23/2025
3.0.170 135 5/22/2025
3.0.169 132 5/21/2025
3.0.168 131 5/20/2025
3.0.167 136 5/19/2025
3.0.166 130 5/18/2025
3.0.165 98 5/17/2025
3.0.164 163 5/16/2025
3.0.163 215 5/15/2025
3.0.162 218 5/14/2025
3.0.160 229 5/12/2025
3.0.159 127 5/11/2025
3.0.158 62 5/10/2025
3.0.157 85 5/9/2025
3.0.156 134 5/8/2025
3.0.155 140 5/7/2025
3.0.154 135 5/6/2025
3.0.153 134 5/5/2025
3.0.152 136 5/4/2025
3.0.151 65 5/3/2025
3.0.150 86 5/2/2025
3.0.149 140 5/1/2025
3.0.148 137 4/30/2025
3.0.147 287 4/29/2025
3.0.146 287 4/28/2025
3.0.145 317 4/27/2025
3.0.144 271 4/26/2025
3.0.143 351 4/25/2025
3.0.141 482 4/23/2025
3.0.140 521 4/22/2025
3.0.139 542 4/21/2025
3.0.138 467 4/20/2025
3.0.137 483 4/19/2025
3.0.136 400 4/18/2025
3.0.135 493 4/17/2025
3.0.134 417 4/16/2025
3.0.133 455 4/15/2025
3.0.132 486 4/14/2025
3.0.131 470 4/13/2025
3.0.130 487 4/12/2025
3.0.129 478 4/11/2025
3.0.128 426 4/10/2025
3.0.127 468 4/9/2025
3.0.126 486 4/8/2025
3.0.125 484 4/7/2025
3.0.124 461 4/6/2025
3.0.123 439 4/5/2025
3.0.122 364 4/4/2025
3.0.121 507 4/3/2025
3.0.120 405 4/2/2025
3.0.119 362 4/1/2025
3.0.118 390 3/31/2025
3.0.117 283 3/30/2025
3.0.116 251 3/29/2025
3.0.115 260 3/28/2025
3.0.114 288 3/27/2025
3.0.113 511 3/26/2025
3.0.112 539 3/25/2025
3.0.111 542 3/24/2025
3.0.110 339 3/23/2025
3.0.109 212 3/22/2025
3.0.108 148 3/21/2025
3.0.107 204 3/20/2025
3.0.106 206 3/19/2025
3.0.105 183 3/18/2025
3.0.104 185 3/17/2025
3.0.103 170 3/16/2025
3.0.102 112 3/15/2025
3.0.101 134 3/14/2025
3.0.100 139 3/14/2025
3.0.96 503 3/10/2025
3.0.95 520 3/9/2025
3.0.94 549 3/8/2025
3.0.93 524 3/7/2025
3.0.92 479 3/6/2025
3.0.91 624 3/5/2025
3.0.90 673 3/4/2025
3.0.89 683 3/3/2025
3.0.88 588 3/2/2025
3.0.87 561 3/1/2025
3.0.86 519 2/28/2025
3.0.85 647 2/27/2025
3.0.84 428 2/26/2025
3.0.83 511 2/25/2025
3.0.82 512 2/24/2025
3.0.81 497 2/23/2025
3.0.80 549 2/22/2025
3.0.79 582 2/21/2025
3.0.78 598 2/20/2025
3.0.77 478 2/19/2025
3.0.76 433 2/18/2025
3.0.75 660 2/17/2025
3.0.74 660 2/16/2025
3.0.73 544 2/15/2025
3.0.72 554 2/14/2025
3.0.71 596 2/13/2025
3.0.70 488 2/12/2025
3.0.69 480 2/11/2025
3.0.68 609 2/10/2025
3.0.67 775 2/9/2025
3.0.66 560 2/8/2025
3.0.65 559 2/7/2025
3.0.64 422 2/6/2025
3.0.63 598 2/5/2025
3.0.62 665 2/4/2025
3.0.61 681 2/3/2025
3.0.60 717 2/2/2025
3.0.59 572 2/1/2025
3.0.58 703 1/31/2025
3.0.57 656 1/30/2025
3.0.56 387 1/29/2025
3.0.55 454 1/28/2025
3.0.54 475 1/27/2025
3.0.53 445 1/26/2025
3.0.52 473 1/25/2025
3.0.51 326 1/24/2025
3.0.50 468 1/23/2025
3.0.49 471 1/22/2025
3.0.48 560 1/21/2025
3.0.47 470 1/20/2025
3.0.46 557 1/19/2025
3.0.45 544 1/18/2025
3.0.44 494 1/17/2025
3.0.43 510 1/16/2025
3.0.42 539 1/15/2025
3.0.40 514 1/13/2025
3.0.39 543 1/12/2025
3.0.38 562 1/11/2025
3.0.37 537 1/10/2025
3.0.36 510 1/9/2025
3.0.35 330 1/8/2025
3.0.34 364 1/7/2025
3.0.33 361 1/7/2025
3.0.31 484 1/6/2025
3.0.30 449 1/5/2025
3.0.29 263 1/4/2025
3.0.28 412 1/3/2025
3.0.21 517 12/30/2024
3.0.20 469 12/29/2024
3.0.19 518 12/29/2024
3.0.18 532 12/29/2024
3.0.17 519 12/28/2024
3.0.16 571 12/28/2024