Errors not to output. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 2ff84aa1f6414d6d57b5d5995523719bf9bbe3d0
(DIR) parent dae12f310f7bf9b55af6fcf9c368fdd92c34a8da
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Sat, 25 Jul 2026 12:29:04 +0200
Errors not to output.
Diffstat:
M audio2txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/audio2txt b/audio2txt
@@ -11,7 +11,8 @@ function local_whisper() {
-f wav \
-ac 1 \
-acodec pcm_s16le \
- -ar 16000 - 2>/dev/null \
+ -ar 16000 - \
+ 2>/dev/null \
| "$WHISPER_CPP/build/bin/whisper-cli" \
--model "$WHISPER_CPP/models/ggml-large-v3.bin" \
-np -otxt -nt \
@@ -26,7 +27,8 @@ function remote_whisper() {
-f wav \
-ac 1 \
-acodec pcm_s16le \
- -ar 16000 - 2>/dev/null \
+ -ar 16000 - \
+ 2>/dev/null \
| ollama-gpu \
"$WHISPER_CPP/whisper-cli" \
--model "$WHISPER_CPP/models/ggml-large-v3.bin" \