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 "../API/MfStructs.h" 3 4namespace Whisper 5{ 6struct iAudioCapture ; 7struct iMediaFoundation ; 8 9HRESULT __stdcallcaptureDeviceList (pfnFoundCaptureDevices pfn ,void * pv ); 10 11HRESULT __stdcallcaptureOpen (iMediaFoundation * owner ,const wchar_t * endpoint ,const sCaptureParams & captureParams ,iAudioCapture ** pp )noexcept ; 12}