Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Feel free to adapt the `Makefile` in `swig/Python` to your own system's setting
cd examples/Go
go get github.com/Kitt-AI/snowboy/swig/Go
go build -o snowboy main.go
./snowboy ../../resources/snowboy.umdl ../../resources/snowboy.wav
./snowboy ../../resources/models/snowboy.umdl ../../resources/snowboy.wav

Expected Output:

Expand Down Expand Up @@ -360,7 +360,7 @@ Go to the `examples/Python` folder and open your python console:
....: print "hotword detected"
....:

In [3]: detector = snowboydecoder.HotwordDetector("resources/snowboy.umdl", sensitivity=0.5, audio_gain=1)
In [3]: detector = snowboydecoder.HotwordDetector("resources/models/snowboy.umdl", sensitivity=0.5, audio_gain=1)

In [4]: detector.start(detected_callback)

Expand Down