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

KonstantinSource codes8c4603c

master
397 B10 linesraw
1#pragma once
2#include "../source/whisper.h"
3#include "../API/sFullParams.h"
4#include "../API/iTranscribeResult.cl.h"
5
6Whisper::sFullParams makeNewParams( const whisper_full_params& rsi );
7
8whisper_full_params makeOldParams( const Whisper::sFullParams& rsi, Whisper::iContext* context );
9
10HRESULT makeNewResults( whisper_context* ctx, Whisper::eResultFlags flags, Whisper::iTranscribeResult** pp );