pull down to refresh

This link was posted by rilawa 1 hour ago on HN. It received 143 points and 77 comments.
This is awesome; maybe I can get rid of my script now that slices audio in 1 minute chunks and feeds them to whisper.
reply
It runs automatic speech recognition using the OpenAI's Whisper model. It requires the whisper.cpp library (https://github.com/ggml-org/whisper.cpp) as a prerequisite. After installing the library it can be enabled using: @code{./configure --enable-whisper}.
reply