minor : add comment for using "generate_karaoke.sh"

pull/194/head
Georgi Gerganov 1 year ago
parent cb70b07db5
commit c536ff4005
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -1,5 +1,16 @@
#!/bin/bash
# Simple tool to record audio from the microphone and generate a karaoke video
# Usage:
#
# cd whisper.cpp
# make
#
# ./examples/generate-karaoke.sh [model] [step_ms]
#
# Press Ctrl+C to stop recording
#
executable="./main"
model="base.en"
model_path="models/ggml-$model.bin"

Loading…
Cancel
Save