ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.55k stars 3.62k forks source link

Question: Filter out (crowd murmuring) and [SILENCE] #973

Open GRVYDEV opened 1 year ago

GRVYDEV commented 1 year ago

Hello all, does anyone know if it is possible to filter our the (crowd murming) and [SILENCE] type of outputs from whisper?

david-rokeby commented 1 year ago

You look for things in square brackets, parentheses, or starting with * and throw those out...