From c62cbdc0a613437e7b5410516f44a430b6cae5b8 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:53:42 +0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d00b090..4aeca73 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ $capture-ai = /home/$USER/capture-ai/capture-ai.sh 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 + +git clone https://github.com/ggml-org/whisper.cpp.git +cd whisper.cpp +cmake -B build +cmake --build build -j --config Release + +ls build/bin +# ... whisper-cli, main, whisper-server, ... + +Tiny model indirme (hafif, düşük CPU) +mkdir -p ~/.local/share/whisper +wget -O ~/.local/share/whisper/ggml-tiny.bin \ +https://huggingface.co/ggerganov/whisper.cpp/resolve/main/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 \ + -f /tmp/capture-ai-mic-20260228-205753.wav \ + -l tr +

## Roadmap