Overview
Runtime Speech Recognizer is a cross-platform plugin that enables real-time, offline speech recognition. Based on Whisper OpenAI technology, particularly whisper.cpp library, and supports multiple language models pre-selected in the plugin's settings.
How to install
On first run, install language models (a dialog box will appear asking you to do this automatically).
Basic description
This plugin provides real-time speech recognition using advanced algorithms based on whisper.cpp library. It matches incoming audio data, provided as a stream or non-stream input (such as a file or buffer of audio data), against pre-trained language models.
On Windows, the plugin uses Vulkan for GPU acceleration, which significantly speeds up the recognition process. On other platforms, the plugin uses the CPU + intrinsics for acceleration.