Const-me / Whisper

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

Capture Audio and save the audio as wav/mp3 file feature suggestion #181

Open JackyWay opened 9 months ago

JackyWay commented 9 months ago

Is it possible for Capture Audio to not only save the transcription as text files, but also record and save the audio in WAV/MP3 format?

emcodem commented 9 months ago

Audio Capture Sources like Microphones are usually not locked by applications using them, so you can transcribe using whisper-constme and capture using any capture software of your choice at the same time.