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
7db2a48
master
1using System . Reflection ; 2using System . Runtime . InteropServices ; 3[ assembly: AssemblyTitle ( "WhisperNet" )] 4[ assembly: AssemblyCopyright ( "Copyright © const.me, 2022" )] 5[ assembly: ComVisible ( false )] 6[ assembly: Guid ( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )] 7[ assembly: AssemblyVersion ( "1.7.0.0" )] 8[ assembly: AssemblyDescription ( "DirectCompute port of whisper.cpp library, C# bindings" )]