Update README.md

pull/78/head
Georgi Gerganov 2 years ago
parent f3dae90c31
commit 3e69a6071d
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -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

@ -441,7 +441,7 @@
}
//
// Transcribe
// transcribe
//
function onProcess(translate) {

Loading…
Cancel
Save