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
012be51
master
1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup> 4 <ClCompile Include="..\..\Whisper\source\whisper.cpp" /> 5 <ClCompile Include="main.cpp" /> 6 <ClCompile Include="..\..\Whisper\source\ggml.c" /> 7 <ClCompile Include="..\..\Whisper\source.compat\ggmlMsvc.c" /> 8 <ClCompile Include="Utils\Logger.cpp" /> 9 </ItemGroup> 10 <ItemGroup> 11 <ClInclude Include="..\..\Whisper\source\ggml.h" /> 12 <ClInclude Include="..\..\Whisper\source\whisper.h" /> 13 <ClInclude Include="dr_wav.h" /> 14 <ClInclude Include="Utils\Logger.h" /> 15 </ItemGroup> 16 <ItemGroup> 17 <Text Include="Readme.txt" /> 18 </ItemGroup> 19</Project>