Skip to content

Jeremie-Chauvel/linux-voice-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Linux voice typing

Install

sudo apt install xdotool jq curl arecord killall -y

You will need to set up an openAI or Deepgram key and put it in the ~/.ai-token file

DEEPGRAM_TOKEN=xxxx
OPEN_AI_TOKEN='sk-xxxx'

you will need to select a device to record from, you can find the device name with:

arecord -l

Usage

Start the recording:

./voice-typing.sh

Stop the recording writing the text you spoke to your current cursor position:

./voice-typing.sh

About

Basic script to voice type in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages