Skip to content

fix and update links in whisper, command, bench and stream wasm examples #3318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/bench.wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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)

Expand Down
2 changes: 1 addition & 1 deletion examples/command.wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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)

Expand Down
2 changes: 1 addition & 1 deletion examples/stream.wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion examples/whisper.wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ audio is limited to 120 seconds.

## Live demo

Link: https://ggerganov.github.io/whisper.cpp/
Link: https://ggml.ai/whisper.cpp/

![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)

Expand Down
Loading