Const-me / Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
Mozilla Public License 2.0
7.67k stars 665 forks source link

MicrophoneCS output to txt file patch #144

Closed emcodem closed 11 months ago

emcodem commented 11 months ago

Hey Const, as far as i see, the output to txt option in microphonecs does currently nothing. I guess it's OK because it's just and example program showcasing live transcription.

Anyway, i know you are not going to apply this patch but here is what i did to satisfy my personal needs (just output each line without timestamps to txt file, might be more interesting with timestamps from wall clock actually - which might be pretty hard to calculate): microphonecs_output_txt.patch

emcodem commented 11 months ago

Closed because Const never applies patches, especially not to example code ;)