Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Oct 10, 2024
1 parent 92f24b0 commit 5f9351c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Docker-only builds for Home Assistant add-ons that use the [Wyoming protocol](ht
* [Piper](https://hub.docker.com/r/rhasspy/wyoming-piper) ([Add-on](https://github.com/home-assistant/addons/blob/master/piper/README.md))
* [openWakeWord](https://hub.docker.com/r/rhasspy/wyoming-openwakeword) ([Add-on](https://github.com/home-assistant/addons/blob/master/openwakeword/README.md))
* [snowboy](https://hub.docker.com/r/rhasspy/wyoming-snowboy) ([Add-on](https://github.com/rhasspy/hassio-addons/tree/master/snowboy/README.md))
* [microWakeWord](https://hub.docker.com/r/rhasspy/wyoming-microwakeword) ([Add-on](https://github.com/rhasspy/hassio-addons/tree/master/microwakeword/README.md))


## Run Whisper
Expand All @@ -32,3 +33,9 @@ docker run -it -p 10400:10400 rhasspy/wyoming-openwakeword --preload-model 'ok_n
``` sh
docker run -it -p 10400:10400 rhasspy/wyoming-snowboy
```

## Run microWakeWord

``` sh
docker run -it -p 10400:10400 rhasspy/wyoming-microwakeword
```

0 comments on commit 5f9351c

Please sign in to comment.