TamaMcGlinn / vim-voice-control

A neovim plugin to control vim with voice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-voice-control

A neovim plugin to control vim with voice

Installation

Install the needed packages:

sudo apt-get install portaudio19-dev
pip3 install pyaudio SpeechRecognition openai-whisper

Install using your favourite plugin manager:

Plug '~/code/vimplugins/vim-voice-control', {'do': ':UpdateRemotePlugins'}

Usage

TODO explain :Vvc and :VvcMode

About

A neovim plugin to control vim with voice

License:MIT License


Languages

Language:Python 100.0%