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