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
8c4603c
master
1< Project Sdk = " Microsoft.NET.Sdk "> 2< PropertyGroup > 3< OutputType > Exe</ OutputType > 4< TargetFramework > net6.0-windows</ TargetFramework > 5< ImplicitUsings > enable</ ImplicitUsings > 6< Nullable > enable</ Nullable > 7< CheckForOverflowUnderflow > true</ CheckForOverflowUnderflow > 8< AppendTargetFrameworkToOutputPath > false</ AppendTargetFrameworkToOutputPath > 9< Platforms > x64</ Platforms > 10</ PropertyGroup > 11< ItemGroup > 12< Content Include = " ..\..\x64\$(Configuration)\Whisper.dll " Link = " Whisper.dll "> 13< CopyToOutputDirectory > PreserveNewest</ CopyToOutputDirectory > 14</ Content > 15</ ItemGroup > 16< ItemGroup > 17< ProjectReference Include = " ..\..\WhisperNet\WhisperNet.csproj " /> 18</ ItemGroup > 19</ Project >