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
5980f1a
master
1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|x64"> 5 <Configuration>Debug</Configuration> 6 <Platform>x64</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|x64"> 9 <Configuration>Release</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <PropertyGroup Label="Globals"> 14 <VCProjectVersion>16.0</VCProjectVersion> 15 <Keyword>Win32Proj</Keyword> 16 <ProjectGuid>{cd9e49f0-75a3-4f91-ac71-336109ee39c6}</ProjectGuid> 17 <RootNamespace>WhisperDesktop</RootNamespace> 18 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 19 </PropertyGroup> 20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 22 <ConfigurationType>Application</ConfigurationType> 23 <UseDebugLibraries>true</UseDebugLibraries> 24 <PlatformToolset>v143</PlatformToolset> 25 <CharacterSet>Unicode</CharacterSet> 26 </PropertyGroup> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseDebugLibraries>false</UseDebugLibraries> 30 <PlatformToolset>v143</PlatformToolset> 31 <WholeProgramOptimization>true</WholeProgramOptimization> 32 <CharacterSet>Unicode</CharacterSet> 33 </PropertyGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 35 <ImportGroup Label="ExtensionSettings"> 36 </ImportGroup> 37 <ImportGroup Label="Shared"> 38 </ImportGroup> 39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 41 </ImportGroup> 42 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 43 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 44 </ImportGroup> 45 <PropertyGroup Label="UserMacros" /> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 47 <IncludePath>$(ProjectDir);$(SolutionDir)Whisper\API\;$(IncludePath)</IncludePath> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 50 <IncludePath>$(ProjectDir);$(SolutionDir)Whisper\API\;$(IncludePath)</IncludePath> 51 </PropertyGroup> 52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 53 <ClCompile> 54 <WarningLevel>Level3</WarningLevel> 55 <SDLCheck>true</SDLCheck> 56 <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 57 <ConformanceMode>true</ConformanceMode> 58 <PrecompiledHeader>Use</PrecompiledHeader> 59 <LanguageStandard>stdcpp20</LanguageStandard> 60 <MultiProcessorCompilation>true</MultiProcessorCompilation> 61 </ClCompile> 62 <Link> 63 <SubSystem>Windows</SubSystem> 64 <GenerateDebugInformation>true</GenerateDebugInformation> 65 <ManifestFile>WhisperDesktop.manifest</ManifestFile> 66 </Link> 67 </ItemDefinitionGroup> 68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 69 <ClCompile> 70 <WarningLevel>Level3</WarningLevel> 71 <FunctionLevelLinking>true</FunctionLevelLinking> 72 <IntrinsicFunctions>true</IntrinsicFunctions> 73 <SDLCheck>true</SDLCheck> 74 <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 75 <ConformanceMode>true</ConformanceMode> 76 <PrecompiledHeader>Use</PrecompiledHeader> 77 <LanguageStandard>stdcpp20</LanguageStandard> 78 <MultiProcessorCompilation>true</MultiProcessorCompilation> 79 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 80 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 81 </ClCompile> 82 <Link> 83 <SubSystem>Windows</SubSystem> 84 <EnableCOMDATFolding>true</EnableCOMDATFolding> 85 <OptimizeReferences>true</OptimizeReferences> 86 <GenerateDebugInformation>true</GenerateDebugInformation> 87 <ManifestFile>WhisperDesktop.manifest</ManifestFile> 88 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 89 </Link> 90 </ItemDefinitionGroup> 91 <ItemGroup> 92 <ClInclude Include="CircleIndicator.h" /> 93 <ClInclude Include="AppState.h" /> 94 <ClInclude Include="CaptureDlg.h" /> 95 <ClInclude Include="ModelAdvancedDlg.h" /> 96 <ClInclude Include="Utils\TranslateCheckbox.h" /> 97 <ClInclude Include="Utils\DebugConsole.h" /> 98 <ClInclude Include="framework.h" /> 99 <ClInclude Include="Utils\logger.h" /> 100 <ClInclude Include="Utils\PendingState.h" /> 101 <ClInclude Include="Utils\LanguageDropdown.h" /> 102 <ClInclude Include="LoadModelDlg.h" /> 103 <ClInclude Include="TranscribeDlg.h" /> 104 <ClInclude Include="Utils\miscUtils.h" /> 105 <ClInclude Include="stdafx.h" /> 106 <ClInclude Include="Resource.h" /> 107 <ClInclude Include="targetver.h" /> 108 <ClInclude Include="Utils\WTL\atlapp.h" /> 109 <ClInclude Include="Utils\WTL\atlcrack.h" /> 110 <ClInclude Include="Utils\WTL\atlctrls.h" /> 111 <ClInclude Include="Utils\WTL\atlddx.h" /> 112 <ClInclude Include="Utils\WTL\atlgdi.h" /> 113 <ClInclude Include="Utils\WTL\atlres.h" /> 114 <ClInclude Include="Utils\WTL\atluser.h" /> 115 <ClInclude Include="Utils\WTL\atlwinx.h" /> 116 </ItemGroup> 117 <ItemGroup> 118 <ClCompile Include="CircleIndicator.cpp" /> 119 <ClCompile Include="AppState.cpp" /> 120 <ClCompile Include="CaptureDlg.cpp" /> 121 <ClCompile Include="ModelAdvancedDlg.cpp" /> 122 <ClCompile Include="useDiscreteGpu.c"> 123 <PrecompiledHeader>NotUsing</PrecompiledHeader> 124 </ClCompile> 125 <ClCompile Include="Utils\TranslateCheckbox.cpp" /> 126 <ClCompile Include="Utils\DebugConsole.cpp" /> 127 <ClCompile Include="Utils\logger.cpp" /> 128 <ClCompile Include="Utils\PendingState.cpp" /> 129 <ClCompile Include="Utils\LanguageDropdown.cpp" /> 130 <ClCompile Include="LoadModelDlg.cpp" /> 131 <ClCompile Include="TranscribeDlg.cpp" /> 132 <ClCompile Include="Utils\miscUtils.cpp" /> 133 <ClCompile Include="stdafx.cpp"> 134 <PrecompiledHeader>Create</PrecompiledHeader> 135 </ClCompile> 136 <ClCompile Include="WhisperDesktop.cpp" /> 137 </ItemGroup> 138 <ItemGroup> 139 <ResourceCompile Include="WhisperDesktop.rc" /> 140 </ItemGroup> 141 <ItemGroup> 142 <Image Include="sunflower.ico" /> 143 </ItemGroup> 144 <ItemGroup> 145 <Manifest Include="WhisperDesktop.manifest" /> 146 </ItemGroup> 147 <ItemGroup> 148 <ProjectReference Include="..\..\Whisper\Whisper.vcxproj"> 149 <Project>{701df8c8-e4a5-43ec-9c6b-747bbf4d8e71}</Project> 150 </ProjectReference> 151 </ItemGroup> 152 <ItemGroup> 153 <Text Include="Readme.txt" /> 154 </ItemGroup> 155 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 156 <ImportGroup Label="ExtensionTargets"> 157 </ImportGroup> 158</Project>