diff --git a/README.md b/README.md index 40d0bef..1784d55 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,16 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp - Zero memory allocations at runtime - Runs on the CPU - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h) -- Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), Raspberry Pi, Android + +Supported platforms: + +- [x] Mac OS (Intel and Arm) +- [x] Linux +- [x] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5) +- [x] [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm) +- [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7) +- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30) +- [ ] iOS ## Usage diff --git a/examples/whisper.wasm/index-tmpl.html b/examples/whisper.wasm/index-tmpl.html index 0e0d0ff..e922268 100644 --- a/examples/whisper.wasm/index-tmpl.html +++ b/examples/whisper.wasm/index-tmpl.html @@ -441,7 +441,7 @@ } // - // Transcribe + // transcribe // function onProcess(translate) {