Whisper AI for Windows, built with C# and Whisper.NET
WinWhisper is a Windows application that uses Whisper.NET to provide a simple console interface for interacting with Whisper AI.
- Windows 64-bit
- Windows on ARM64 (Check out the Windows 2023 Dev kit)
- Linux 64-bit (Not tested but should work, if not please create an issue)
- Linux on ARM64 (Not tested but should work, if not please create an issue)
- MacOS 64-bit (Not tested but should work, if not please create an issue)
- MacOS on ARM64 (Not tested but should work, if not please create an issue)
With WinWhisper you can easily generate subtitles for your videos. These subtitles will be exported in .SRT format, which is supported by most video players.
-
Download the latest release from the Releases Page
-
Download the latest DotNet 8.0.X Runtime Installer from here.
-
Run the installer.
-
Extract the WinWhisper zip file
-
Run WinWhisper.exe
-
Enter the path to your video file (Simply drag the video file into the console)
-
Enter the languagecode (en, nl, de etc) of the video, or leave it blank for automatic language detection
-
Wait for the subtitles to be generated. They will be saved in the
Subtitles
folder, located in the same folder as the executable. -
Enjoy your subtitles!
- Clone this repository
- Open the solution in Visual Studio 2022
- Build the solution
- Run WinWhisper.exe
- Fork this repository
- Create a new branch
- Make your changes
- Create a pull request
- Open the
publish.bat
file - Enter the new version number
- Upload all files inside
Releases
to the storage bucket - Create a new release on GitHub
- Upload the WinWhisperSetup.exe file to the release
- @hirowa for creating the WinWhisper logo and banner ❤️