Make notice even more visible
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
- See the *examples* folder for examples on using the API.
|
- See the *examples* folder for examples on using the API.
|
||||||
- See *API.md* for the API reference
|
- See *API.md* for the API reference
|
||||||
- See *test* for a developer build script for just the JS
|
- See *test* for a developer build script for just the JS
|
||||||
- Note: The examples uses *examples/Vosklet.js* because I can't set the Response headers for my model for browsers to decompress correctly. Instead, I used DecompressionStream to decompress manually, so *examples/Vosklet.js* only works for the examples. In practice, please use the outside Vosklet.js instead.
|
|
||||||
|
|
||||||
# Compared to vosk-browser
|
# Compared to vosk-browser
|
||||||
- Support multiple models
|
- Support multiple models
|
||||||
@@ -19,6 +18,7 @@
|
|||||||
# Basic usage (microphone recognition in English)
|
# Basic usage (microphone recognition in English)
|
||||||
- Result are logged to the console.
|
- Result are logged to the console.
|
||||||
- Copied from *examples/fromMic.html*
|
- Copied from *examples/fromMic.html*
|
||||||
|
- **Note: The example folder and this piece of code uses *examples/Vosklet.js* because I can't set the Response headers for my model for browsers to decompress correctly. Instead, I used DecompressionStream to decompress manually, so *examples/Vosklet.js* only works for the examples. In production, please use the top-level Vosklet.js instead.**
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
1
examples/README.md
Normal file
1
examples/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
**Note: Examples in this folder uses its own *Vosklet.js* because I can't set the Response headers for my model for browsers to decompress correctly. Instead, I used DecompressionStream to decompress manually, so this *Vosklet.js* only works for the examples. In production, please use the top-level Vosklet.js instead.**
|
||||||
Reference in New Issue
Block a user