Update README.md

This commit is contained in:
FURK4NGG
2026-03-01 00:03:24 +03:00
committed by GitHub
parent 8ff69ac4dd
commit 737a4e1caf
+9 -1
View File
@@ -12,7 +12,11 @@ bind = $mainMod SHIFT, Q, exec, $capture-ai image
bind = $mainMod, Q, exec, $capture-ai text
Offline Voice for Linux
sudo pacman -S --needed git cmake make gcc
sudo pacman -S --needed git cmake make gcc pipewire wireplumber alsa-utils
paket kontrol
command -v pw-record || echo "pw-record yok"
command -v arecord || echo "arecord yok"
git clone https://github.com/ggml-org/whisper.cpp.git
cd whisper.cpp
@@ -27,6 +31,10 @@ mkdir -p ~/.local/share/whisper
wget -O ~/.local/share/whisper/ggml-tiny.bin \
https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin
paket test
ls -l ~/whisper.cpp/build/bin/whisper-cli
ls -lh ~/.local/share/whisper/ggml-tiny.bin
Manual test (çalıştığını doğruladık)
/home/bob/whisper.cpp/build/bin/whisper-cli \
-m /home/bob/.local/share/whisper/ggml-tiny.bin \