Add voice control

This commit is contained in:
KK
2026-06-18 15:13:57 +02:00
parent 89e9f63019
commit 8d1fb991fa
3 changed files with 46 additions and 10 deletions

View File

@@ -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