Update README.md
This commit is contained in:
@@ -52,7 +52,7 @@ Browser-recognizer needs the Emscripten WASMFS' OPFS to store its model, IDBFS w
|
|||||||
Changing any option to non-default values requires recompilation
|
Changing any option to non-default values requires recompilation
|
||||||
```
|
```
|
||||||
git clone --depth=1 https://github.com/msqr1/Browser-recognizer &&
|
git clone --depth=1 https://github.com/msqr1/Browser-recognizer &&
|
||||||
cd Browser-recognizer &&
|
cd Browser-recognizer/src &&
|
||||||
[Options] make
|
[Options] make
|
||||||
```
|
```
|
||||||
| Option | Description | Default value |
|
| Option | Description | Default value |
|
||||||
@@ -60,4 +60,4 @@ cd Browser-recognizer &&
|
|||||||
| MAX_MEMORY | Set max memory, valid suffixes: kb, mb, gb, tb or none (bytes) | ```300mb```, as [recommended](https://alphacephei.com/vosk/models) |
|
| MAX_MEMORY | Set max memory, valid suffixes: kb, mb, gb, tb or none (bytes) | ```300mb```, as [recommended](https://alphacephei.com/vosk/models) |
|
||||||
| MAX_THREADS | Set the max number of thread (2 min) | ```2``` (1 OPFS thread + 1 model/recognizer thread) |
|
| MAX_THREADS | Set the max number of thread (2 min) | ```2``` (1 OPFS thread + 1 model/recognizer thread) |
|
||||||
| COMPILE_JOBS | Set the number of jobs (threads) when compiling | ```$(nproc)``` |
|
| COMPILE_JOBS | Set the number of jobs (threads) when compiling | ```$(nproc)``` |
|
||||||
| EMSDK | Set EMSDK's path (will install EMSDK in root folder if unset) | ```../emsdk``` |
|
| EMSDK | Set EMSDK's path (will install EMSDK in root folder if unset) | ```../emsdk``` |
|
||||||
|
|||||||
Reference in New Issue
Block a user