Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vylion committed Mar 26, 2024
1 parent e0d545b commit d082ab2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ This argument is required, stating a path to a .wav audio in 8kHz or 16kHz sampl

> **THIS FEATURE IS STILL IN DEVELOPMENT, PLEASE USE THE GENERIC TOPIC FOR ALL REQUESTS OR AN ERROR WILL BE GIVEN.**
#### Grammar

There are three options available to provide a grammar:

```
-I, --inline-grammar arg
-G, --grammar-uri arg
-C, --compiled-grammar arg
```

- The inline grammar option expects a grammar passed inline as a string.
- The grammar URI option expects a URI, either pointing to a built-in grammar or to a grammar that is being hosted externally.
- The compiled grammar expects a filename of the compiled grammar binary.

> **THIS FEATURE IS STILL IN DEVELOPMENT, PLEASE ONLY USE THE GRAMMAR URI OPTION WITH BUILTIN GRAMMARS, OR AN ERROR WILL BE GIVEN.**
#### Language

```
Expand Down

0 comments on commit d082ab2

Please sign in to comment.