You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export WHISPERPATH=~/project/whisper.cpp
whisper() {
local input="$1"shift# All remaining arguments will be treated as an arraylocal -a extra_args=("$@")
"$WHISPERPATH/main" -f "$input" -of "$input.w" --model "$WHISPERPATH/models/ggml-medium.bin" -l ja "${extra_args[@]}" -osrt
}
prepwhisper() {
local input="$1"local output="${input%.*}.wav"
ffmpeg -i "$input" -ar 16000 -ac 1 -c:a pcm_s16le "$output"
}
bro you can transcribe literally ANYTHING, MV, ANIME, even "THOSE"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://github.com/ggerganov/whisper.cpp
bro you can transcribe literally ANYTHING, MV, ANIME, even "THOSE"
Beta Was this translation helpful? Give feedback.
All reactions