* fix 404 link
* update link in whisper.wasm example
* update example in command.wasm
* update link in bench.wasm example
* update link in stream.wasm example
Benchmark the performance of whisper.cpp in the browser using WebAssembly
-Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
+Link: https://ggml.ai/whisper.cpp/bench.wasm/
Terminal version: [examples/bench](/examples/bench)
This is a basic Voice Assistant example that accepts voice commands from the microphone.
It runs in fully in the browser via WebAseembly.
-Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
+Online demo: https://ggml.ai/whisper.cpp/command.wasm/
Terminal version: [examples/command](/examples/command)
Real-time transcription in the browser using WebAssembly
-Online demo: https://whisper.ggerganov.com/stream/
+Online demo: https://ggml.ai/whisper.cpp/stream.wasm/
## Build instructions
## Live demo
-Link: https://ggerganov.github.io/whisper.cpp/
+Link: https://ggml.ai/whisper.cpp/
