Liu Song’s Projects


~/Projects/whisper.cpp

git clone https://code.lsong.org/whisper.cpp

Commit

Commit
fa9d43181ff87b245a1743cfd0779dbb5afcb86a
Author
Georgi Gerganov <[email protected]>
Date
2023-03-06 21:06:27 +0200 +0200
Diffstat
 README.md | 13 +++++++++++++

readme : add bench-wts.sh demo


diff --git a/README.md b/README.md
index 739dcd9bb0e7d7fcf9899b41435d62c881818a2e..f891332f79d8d87288f5ac3e1667851e97490715 100644
--- a/README.md
+++ b/README.md
@@ -433,6 +433,19 @@ https://user-images.githubusercontent.com/1991296/199337538-b7b0c7a3-2753-4a88-a0cd-f28a317987ba.mp4
 
 ---
 
+## Video comparison of different models
+
+Use the [extra/bench-wts.sh](https://github.com/ggerganov/whisper.cpp/blob/master/extra/bench-wts.sh) script to generate a video in the following format:
+
+```java
+./extra/bench-wts.sh samples/jfk.wav
+ffplay ./samples/jfk.wav.all.mp4
+```
+
+https://user-images.githubusercontent.com/1991296/223206245-2d36d903-cf8e-4f09-8c3b-eb9f9c39d6fc.mp4
+
+---
+
 ## Benchmarks
 
 In order to have an objective comparison of the performance of the inference across different system configurations,