A few days ago I came across this amazing bug report against Whisper, the LLM-based transcription tool: 'Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic which translates as "Translation by Nancy Qunqar"'
https://github.com/openai/whisper/discussions/2608
More about the problem in this thread https://xcancel.com/SheriefFYI/status/1756694564109423035
Thanks for the pointer, @itamarst (in https://hachyderm.io/@itamarst/114874924215640058 )

Complete silence is always hallucinated as "ترجمة نانسي قنقر" in Arabic which translates as "Translation by Nancy Qunqar" · openai whisper · Discussion #2608
If you generate complete silence in a wav file and run whisper on it, it will always hallucinate the same thing ffmpeg -f lavfi -i anullsrc=r=44100:cl=stereo -t 30 silence.wav whisper ./silence.wav...