Update README.md
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
🧠 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 ~/whisper.cpp
|
||||||
cd whisper.cpp
|
cd whisper.cpp
|
||||||
cmake -B build
|
cmake -B build
|
||||||
cmake --build build -j --config Release
|
cmake --build build -j --config Release
|
||||||
@@ -107,8 +107,8 @@
|
|||||||
|
|
||||||
Manual Test
|
Manual Test
|
||||||
```
|
```
|
||||||
/home/bob/whisper.cpp/build/bin/whisper-cli \
|
~/whisper.cpp/build/bin/whisper-cli \
|
||||||
-m /home/bob/.local/share/whisper/ggml-tiny.bin \
|
-m ~/.local/share/whisper/ggml-tiny.bin \
|
||||||
-f /tmp/capture-ai-mic-20260228-205753.wav \
|
-f /tmp/capture-ai-mic-20260228-205753.wav \
|
||||||
-l tr
|
-l tr
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user