File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33Benchmark the performance of whisper.cpp in the browser using WebAssembly
44
5- Link: https://whisper. ggerganov.com/bench/
5+ Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
66
77Terminal version: [ examples/bench] ( /examples/bench )
88
Original file line number Diff line number Diff line change 33This is a basic Voice Assistant example that accepts voice commands from the microphone.
44It runs in fully in the browser via WebAseembly.
55
6- Online demo: https://whisper. ggerganov.com/command/
6+ Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
77
88Terminal version: [ examples/command] ( /examples/command )
99
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ audio is limited to 120 seconds.
2222
2323## Live demo
2424
25- Link: https://whisper. ggerganov.com
25+ Link: https://ggerganov.github.io/whisper.cpp/
2626
2727![ image] ( https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png )
2828
You can’t perform that action at this time.
0 commit comments