Add voice control
This commit is contained in:
@@ -82,3 +82,24 @@ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
|
||||
# Extra
|
||||
## Clipboard history
|
||||
# sudo apt install cliphist
|
||||
|
||||
# Install
|
||||
curl -LO https://github.com/peteonrails/voxtype/releases/download/v0.6.0/voxtype_0.6.0-1_amd64.deb
|
||||
sudo dpkg -i voxtype_0.6.0-1_amd64.deb
|
||||
rm voxtype_0.6.0-1_amd64.deb
|
||||
sudo apt install wtype wl-clipboard libnotify-bin pipewire-alsa playerctl
|
||||
|
||||
sudo usermod -aG input $USER
|
||||
|
||||
read -r -p "Enable GPU support? [y/N] " answer
|
||||
case "$answer" in
|
||||
[yY]|[yY][eE][sS])
|
||||
sudo voxtype setup gpu --enable
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
# Interactive model selection and systemd setup
|
||||
voxtype setup
|
||||
voxtype setup systemd
|
||||
voxtype setup model
|
||||
|
||||
Reference in New Issue
Block a user