Skip to content

Commit

Permalink
Improved README table.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbogh committed Sep 17, 2018
1 parent 4279ba9 commit ead67b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ Example:
npm run listener -- --mic hw:2,0
```

| Option | Values | Default | Description
| ------------------- | ------------- | -------------- | -------------
| `--mic` | hw:X,Y | system default | Configures node mic to use a different hardware microphone
| `--rnnoise` | false, off, 0 | on, true, 1 | Turns off recombinant neural network background noise elimination (on by default)
| `--debug` | true | false | Enables verbose debug messages (developers and advanced users only please)
| `--matchPercentage` | 0.5 | 0.75 | Allows Norman to be a little more lenient on the number of words required to match a phrase
| Option | Values | Default | Description
| --------------- | ------------- | -------------- | -------------
| mic | hw:X,Y | system default | Configures node mic to use a different hardware microphone
| rnnoise | false, off, 0 | on, true, 1 | Turns off recombinant neural network background noise elimination (on by default)
| debug | true | false | Enables verbose debug messages (developers and advanced users only please)
| matchPercentage | 0.5 | 0.75 | Allows Norman to be a little more lenient on the number of words required to match a phrase

## Debugging

Expand Down

0 comments on commit ead67b6

Please sign in to comment.