Update README.md

This commit is contained in:
FURK4NGG
2026-03-13 23:59:57 +03:00
committed by GitHub
parent 1770d7db63
commit 6cb004e77f
+4 -4
View File
@@ -27,7 +27,7 @@
<br> <br>
Offline Voice Input for Linux Offline Voice Input for Linux
🎤 pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input 🎙️ pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
🎙️voice record 🎙️voice record
>pw-record >pw-record
@@ -40,7 +40,7 @@
sudo pacman -S --needed alsa-utils sudo pacman -S --needed alsa-utils
``` ```
📄offline stt 📄 Offline Speech to Text
``` ```
sudo pacman -S --needed cmake make gcc sudo pacman -S --needed cmake make gcc
``` ```
@@ -52,7 +52,7 @@
command -v arecord || echo "arecord not found" command -v arecord || echo "arecord not found"
``` ```
Install whisper.cpp (Offline Speech Recognition Engine) 🧠 Install whisper.cpp (Offline Speech Recognition Engine)
``` ```
git clone https://github.com/ggml-org/whisper.cpp.git git clone https://github.com/ggml-org/whisper.cpp.git
cd whisper.cpp cd whisper.cpp
@@ -63,7 +63,7 @@
>ls build/bin >ls build/bin
#Should see these -> ... whisper-cli, main, whisper-server, ... #Should see these -> ... whisper-cli, main, whisper-server, ...
Download Tiny Download 'Tiny' Model
``` ```
mkdir -p ~/.local/share/whisper mkdir -p ~/.local/share/whisper
wget -O ~/.local/share/whisper/ggml-tiny.bin \ wget -O ~/.local/share/whisper/ggml-tiny.bin \