mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-20 05:07:52 +00:00
minor : add comment for using "generate_karaoke.sh"
This commit is contained in:
parent
cb70b07db5
commit
c536ff4005
@ -1,5 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/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"
|
executable="./main"
|
||||||
model="base.en"
|
model="base.en"
|
||||||
model_path="models/ggml-$model.bin"
|
model_path="models/ggml-$model.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user