summaryrefslogtreecommitdiffstats
path: root/Whisper/source.compat/convertThings.h
blob: 5750734c9f356d97a982a58c894a97288e4d6e75 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "../source/whisper.h"
#include "../API/sFullParams.h"
#include "../API/iTranscribeResult.cl.h"

Whisper::sFullParams makeNewParams( const whisper_full_params& rsi );

whisper_full_params makeOldParams( const Whisper::sFullParams& rsi, Whisper::iContext* context );

HRESULT makeNewResults( whisper_context* ctx, Whisper::eResultFlags flags, Whisper::iTranscribeResult** pp );