From eec2573abdcad0beceb5b7ee3f7e6abedadd18fb Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:33:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4534136..bcac106 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Browser-recognizer needs the Emscripten WASMFS' OPFS to store its model, IDBFS w | ```Promise makeRecognizer(model: Model, sampleRate: float)``` | Make a ```Recognizer```, it will use **model**'s thread if it's the first user of **model**, else it will use a new thread. | ```setLogLevel(lvl: int)``` | Set Vosk's log level (default: ```0```: Info)
```-2```: Error
```-1```: Warning
```1```: Verbose
```2```: More verbose
```3```: Debug | | ```revokeURLs()``` | Revoke the Blob URLs of pthread worker and worklet processor | -| ```cleanUp()``` | A convenience function that call ```revokeURLs()``` and ```delete()``` on all objects and . You should put this at the end of your program! | +| ```cleanUp()``` | A convenience function that call ```revokeURLs()``` and ```delete()``` on all objects. You should put this at the end of your program! | ## ```Recognizer``` object | Function signature | Description |