From 1d20344f86afd7f9a85bdd205f59aa8f480b03e6 Mon Sep 17 00:00:00 2001 From: borja Date: Fri, 24 Apr 2026 12:07:59 +0200 Subject: [PATCH] =?UTF-8?q?le=20rea=C3=B1ade=20repo=5Fdir=20que=20hab?= =?UTF-8?q?=C3=ADa=20desaparecido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- whisper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whisper.sh b/whisper.sh index 0bf313a..2b1d6d3 100755 --- a/whisper.sh +++ b/whisper.sh @@ -2,10 +2,10 @@ # Script that uses `whispercpp` to tranascribe audio and video files automatically and outputs the results in the same directory # Configuración - +REPO_DIR="/Users/borjarobert/code/whisper.cpp" WHISPER_CLI="$REPO_DIR/build/bin/whisper-cli" TEMP_DIR=$(mktemp -d) -LANGUAGE="en" +LANGUAGE="auto" OUTPUT_FORMAT="txt" # Rutas de los modelos