ggerganov commited on
Commit
20669c8
·
unverified ·
1 Parent(s): f86b588

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +10 -1
  2. examples/whisper.wasm/index-tmpl.html +1 -1
README.md CHANGED
@@ -13,7 +13,16 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
13
  - Zero memory allocations at runtime
14
  - Runs on the CPU
15
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
16
- - 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
 
 
 
 
 
 
 
 
 
17
 
18
  ## Usage
19
 
 
13
  - Zero memory allocations at runtime
14
  - Runs on the CPU
15
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
16
+
17
+ Supported platforms:
18
+
19
+ - [x] Mac OS (Intel and Arm)
20
+ - [x] Linux
21
+ - [x] [Windows (MSVC and MinGW)](https://github.com/ggerganov/whisper.cpp/issues/5)
22
+ - [x] [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm)
23
+ - [x] [Raspberry Pi](https://github.com/ggerganov/whisper.cpp/issues/7)
24
+ - [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
25
+ - [ ] iOS
26
 
27
  ## Usage
28
 
examples/whisper.wasm/index-tmpl.html CHANGED
@@ -441,7 +441,7 @@
441
  }
442
 
443
  //
444
- // Transcribe
445
  //
446
 
447
  function onProcess(translate) {
 
441
  }
442
 
443
  //
444
+ // transcribe
445
  //
446
 
447
  function onProcess(translate) {