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
8c4603c
master
1#pragma once 2#include <string> 3 4std ::string utf8 (const std ::wstring & utf16 ); 5 6std ::wstring utf16 (const std ::string & u8 ); 7 8using HRESULT = long ; 9void printError (const char * what ,HRESULT hr );