Soenneker.Libraries.Whisper.CTranslate 3.0.284

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.284
                    
NuGet\Install-Package Soenneker.Libraries.Whisper.CTranslate -Version 3.0.284
                    
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.284" />
                    
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.284" />
                    
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.284
                    
#r "nuget: Soenneker.Libraries.Whisper.CTranslate, 3.0.284"
                    
#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.
#:package Soenneker.Libraries.Whisper.CTranslate@3.0.284
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Libraries.Whisper.CTranslate&version=3.0.284
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Libraries.Whisper.CTranslate&version=3.0.284
                    
Install 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.292 102 9/11/2025
3.0.290 116 9/9/2025
3.0.284 144 9/3/2025
3.0.280 170 8/30/2025
3.0.279 155 8/29/2025
3.0.278 174 8/28/2025
3.0.277 185 8/27/2025
3.0.276 177 8/26/2025
3.0.275 146 8/25/2025
3.0.269 123 8/19/2025
3.0.264 132 8/14/2025
3.0.259 110 8/9/2025
3.0.258 148 8/8/2025
3.0.256 209 8/6/2025
3.0.254 185 8/4/2025
3.0.253 111 8/3/2025
3.0.250 101 7/31/2025
3.0.248 102 7/29/2025
3.0.247 99 7/28/2025
3.0.244 334 7/25/2025
3.0.243 445 7/24/2025
3.0.242 509 7/23/2025
3.0.241 512 7/22/2025
3.0.234 136 7/15/2025
3.0.233 144 7/14/2025
3.0.230 145 7/13/2025
3.0.228 139 7/13/2025
3.0.227 139 7/13/2025
3.0.224 99 7/12/2025
3.0.223 89 7/11/2025
3.0.222 141 7/10/2025
3.0.221 137 7/9/2025
3.0.220 141 7/8/2025
3.0.219 144 7/7/2025
3.0.218 138 7/6/2025
3.0.217 77 7/5/2025
3.0.216 90 7/4/2025
3.0.215 145 7/3/2025
3.0.214 135 7/2/2025
3.0.213 140 7/1/2025
3.0.212 139 6/30/2025
3.0.211 141 6/29/2025
3.0.202 108 6/21/2025
3.0.201 89 6/20/2025
3.0.200 135 6/19/2025
3.0.199 145 6/18/2025
3.0.196 161 6/15/2025
3.0.195 168 6/14/2025
3.0.194 220 6/13/2025
3.0.193 289 6/12/2025
3.0.192 282 6/11/2025
3.0.191 284 6/10/2025
3.0.190 266 6/9/2025
3.0.189 199 6/8/2025
3.0.188 121 6/7/2025
3.0.187 91 6/6/2025
3.0.186 151 6/5/2025
3.0.185 143 6/4/2025
3.0.184 146 6/3/2025
3.0.183 147 6/2/2025
3.0.182 149 6/1/2025
3.0.181 102 5/31/2025
3.0.180 94 5/30/2025
3.0.179 155 5/29/2025
3.0.178 151 5/29/2025
3.0.177 151 5/28/2025
3.0.176 156 5/28/2025
3.0.175 169 5/27/2025
3.0.174 142 5/26/2025
3.0.173 151 5/25/2025
3.0.172 83 5/24/2025
3.0.171 104 5/23/2025
3.0.170 157 5/22/2025
3.0.169 161 5/21/2025
3.0.168 144 5/20/2025
3.0.167 155 5/19/2025
3.0.166 158 5/18/2025
3.0.165 127 5/17/2025
3.0.164 183 5/16/2025
3.0.163 243 5/15/2025
3.0.162 234 5/14/2025
3.0.160 249 5/12/2025
3.0.159 148 5/11/2025
3.0.158 80 5/10/2025
3.0.157 116 5/9/2025
3.0.156 161 5/8/2025
3.0.155 158 5/7/2025
3.0.154 151 5/6/2025
3.0.153 148 5/5/2025
3.0.152 155 5/4/2025
3.0.151 93 5/3/2025
3.0.150 109 5/2/2025
3.0.149 174 5/1/2025
3.0.148 153 4/30/2025
3.0.147 307 4/29/2025
3.0.146 307 4/28/2025
3.0.145 346 4/27/2025
3.0.144 289 4/26/2025
3.0.143 373 4/25/2025
3.0.141 505 4/23/2025
3.0.140 543 4/22/2025
3.0.139 570 4/21/2025
3.0.138 486 4/20/2025
3.0.137 512 4/19/2025
3.0.136 425 4/18/2025
3.0.135 519 4/17/2025
3.0.134 441 4/16/2025
3.0.133 472 4/15/2025
3.0.132 511 4/14/2025
3.0.131 491 4/13/2025
3.0.130 511 4/12/2025
3.0.129 503 4/11/2025
3.0.128 451 4/10/2025
3.0.127 494 4/9/2025
3.0.126 511 4/8/2025
3.0.125 501 4/7/2025
3.0.124 482 4/6/2025
3.0.123 464 4/5/2025
3.0.122 383 4/4/2025
3.0.121 524 4/3/2025
3.0.120 425 4/2/2025
3.0.119 380 4/1/2025
3.0.118 416 3/31/2025
3.0.117 296 3/30/2025
3.0.116 273 3/29/2025
3.0.115 286 3/28/2025
3.0.114 314 3/27/2025
3.0.113 524 3/26/2025
3.0.112 566 3/25/2025
3.0.111 565 3/24/2025
3.0.110 363 3/23/2025
3.0.109 231 3/22/2025
3.0.108 161 3/21/2025
3.0.107 231 3/20/2025
3.0.106 220 3/19/2025
3.0.105 199 3/18/2025
3.0.104 208 3/17/2025
3.0.103 190 3/16/2025
3.0.102 128 3/15/2025
3.0.101 154 3/14/2025
3.0.100 154 3/14/2025
3.0.96 521 3/10/2025
3.0.95 533 3/9/2025
3.0.94 564 3/8/2025
3.0.93 540 3/7/2025
3.0.92 494 3/6/2025
3.0.91 644 3/5/2025
3.0.90 692 3/4/2025
3.0.89 697 3/3/2025
3.0.88 604 3/2/2025
3.0.87 577 3/1/2025
3.0.86 552 2/28/2025
3.0.85 677 2/27/2025
3.0.84 454 2/26/2025
3.0.83 542 2/25/2025
3.0.82 526 2/24/2025
3.0.81 515 2/23/2025
3.0.80 563 2/22/2025
3.0.79 598 2/21/2025
3.0.78 618 2/20/2025
3.0.77 503 2/19/2025
3.0.76 464 2/18/2025
3.0.75 672 2/17/2025
3.0.74 673 2/16/2025
3.0.73 560 2/15/2025
3.0.72 571 2/14/2025
3.0.71 616 2/13/2025
3.0.70 508 2/12/2025
3.0.69 496 2/11/2025
3.0.68 624 2/10/2025
3.0.67 799 2/9/2025
3.0.66 579 2/8/2025
3.0.65 574 2/7/2025
3.0.64 447 2/6/2025
3.0.63 620 2/5/2025
3.0.62 688 2/4/2025
3.0.61 700 2/3/2025
3.0.60 733 2/2/2025
3.0.59 591 2/1/2025
3.0.58 730 1/31/2025
3.0.57 678 1/30/2025
3.0.56 415 1/29/2025
3.0.55 472 1/28/2025
3.0.54 501 1/27/2025
3.0.53 471 1/26/2025
3.0.52 498 1/25/2025
3.0.51 353 1/24/2025
3.0.50 481 1/23/2025
3.0.49 485 1/22/2025
3.0.48 573 1/21/2025
3.0.47 491 1/20/2025
3.0.46 572 1/19/2025
3.0.45 559 1/18/2025
3.0.44 509 1/17/2025
3.0.43 526 1/16/2025
3.0.42 552 1/15/2025
3.0.40 525 1/13/2025
3.0.39 569 1/12/2025
3.0.38 575 1/11/2025
3.0.37 550 1/10/2025
3.0.36 533 1/9/2025
3.0.35 341 1/8/2025
3.0.34 378 1/7/2025
3.0.33 375 1/7/2025
3.0.31 515 1/6/2025
3.0.30 468 1/5/2025
3.0.29 287 1/4/2025
3.0.28 430 1/3/2025
3.0.21 535 12/30/2024
3.0.20 482 12/29/2024
3.0.19 534 12/29/2024
3.0.18 550 12/29/2024
3.0.17 532 12/28/2024
3.0.16 587 12/28/2024