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 "TranscribeStructs.h" 3 4namespace Whisper 5{ 6__interface __declspec(novtable ,uuid ("2871a73f-5ce3-48f8-8779-6582ee11935e" ) )iTranscribeResult :public IUnknown 7 { 8HRESULT __stdcallgetSize (sTranscribeLength & rdi )const ; 9const sSegment * __stdcall getSegments ()const ; 10const sToken * __stdcall getTokens ()const ; 11 }; 12}