twokey 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,12 +180,14 @@ Configured in settings (`sttProvider`):
|
|
|
180
180
|
|
|
181
181
|
- `mock`
|
|
182
182
|
- `local-whisper`
|
|
183
|
+
- `sherpa-onnx`
|
|
184
|
+
- `vosk`
|
|
183
185
|
- `external-command`
|
|
184
186
|
- `openai-compatible`
|
|
185
187
|
|
|
186
188
|
`external-command` needs `TWOKEY_STT_COMMAND` with `{audio}` placeholder.
|
|
187
189
|
|
|
188
|
-
For `local-whisper`, TwoKey attempts runtime setup in user space and checks required binaries before transcription.
|
|
190
|
+
For `local-whisper`, `sherpa-onnx`, and `vosk`, TwoKey attempts runtime/model setup in user space and checks required binaries before transcription.
|
|
189
191
|
|
|
190
192
|
Example:
|
|
191
193
|
|