yum-archive/TaSTT-Whisper
High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper
5929750
master
files
| Readme.txt | 164 B |
| main.cpp | 9.6 KiB |
| main.vcxproj | 4.4 KiB |
| main.vcxproj.filters | 604 B |
| miscUtils.cpp | 1.2 KiB |
| miscUtils.h | 196 B |
| params.cpp | 5.2 KiB |
| params.h | 844 B |
| textWriter.cpp | 4.8 KiB |
| textWriter.h | 357 B |
This example shows how to consume the DLL from a C++ console application. The command-line interface matches the corresponding example from whisper.cpp project.