Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jul 1, 2024
1 parent 1986a05 commit 8fc9f41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ script/run --uri 'tcp://0.0.0.0:10400'

See `script/run --help` for more options, including:

* `--threshold [0-1]` - default is 0.5, increase to avoid false activations
* `--custom-model-dir <DIR>` - look for custom wake word models in `<DIR>`
* `--debug` - print lots of information to console
* `--debug` - print extra information to console
* `--debug-probability` - print even more information for each audio chunk


## Docker Image

``` sh
docker run -it -p 10400:10400 rhasspy/wyoming-openwakeword \
--preload-model 'ok_nabu'
docker run -it -p 10400:10400 rhasspy/wyoming-openwakeword
```

### Custom Models

```sh
docker run -it -p 10400:10400 -v /path/to/custom/models:/custom rhasspy/wyoming-openwakeword \
--preload-model 'ok_nabu' \
--custom-model-dir /custom
```

Expand Down

0 comments on commit 8fc9f41

Please sign in to comment.