-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# speech2command | ||
|
||
Tool to convert sproken commands to actual commands in Azumuta. Using Kaldi ASR models and Vosk-API. | ||
|
||
## Usage | ||
|
||
VoskJS.js defines a recognizer for the model and should be loaoded first. | ||
resultHandling converts the model to actual commands. Commands can be added with `addToCommand(text, command)`, where `command` is the command for Azumuta and text is a list with words (defined in red<LANG>.js). | ||
To load the English model, load redEn.js; this will load the model and define the appropriate words. To use Dutch, load redNl.js instead. |