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
11c399b
master
1#pragma once 2using HRESULT = long ; 3 4namespace DirectCompute 5{ 6HRESULT mlStartup (uint32_t flags ); 7void mlShutdown (); 8}