Podcasts

客户端

语音转文字

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# 1.
git clone https://github.com/ggerganov/whisper.cpp.git
cd whisper.cpp

# 2.
wget
https://huggingface.co/distil-whisper/distil-large-v2/resolve/main/ggml-large-32-2.en.bin -P ./models

# 3.
make -j && ./main -m models/ggml-large-32-2.en.bin -f samples/jfk.wav