It enables speech recognition for 20+ languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto.
More to come.
+## Supported platforms
+
+This add-on uses an underling binary to work.
+The following platforms are supported:
+
+* linux-aarch64
+* linux-armv7l
+* linux-x86_64
+* osx
+* win64
+
## Configuring the model
Before you can use this service you should configure your language model.
Its contents should look similar to:
```
-org.openhab.voice.voskstt:preloadModel=true
+org.openhab.voice.voskstt:preloadModel=false
org.openhab.voice.voskstt:singleUtteranceMode=true
org.openhab.voice.voskstt:maxTranscriptionSeconds=60
org.openhab.voice.voskstt:maxSilenceSeconds=5
<description>Keep language model loaded. If true model is just reload the model on config updates, if not model will
be loaded and offloaded on each execution. It will fallback to try to load the model when executed if it was not
able to load it before.</description>
- <default>true</default>
+ <default>false</default>
</parameter>
<parameter name="noResultsMessage" type="text" groupName="messages">
<label>No Results Message</label>