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
204 B6 linesraw
1#pragma once
2// Setup Windows SDK to only enable features available since Windows 8.0
3#include <WinSDKVer.h>
4#define _WIN32_WINNT _WIN32_WINNT_WIN8
5#define NTDDI_VERSION NTDDI_WIN8
6#include <SDKDDKVer.h>