diff --git a/.gitignore b/.gitignore index c9c4919..24ae5cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/*.sw* snowboy-2022/snowboy **/*.git.d +**/*.wav diff --git a/snowboy-2022/build.sh b/snowboy-2022/build.sh index 8913841..d1cca09 100644 --- a/snowboy-2022/build.sh +++ b/snowboy-2022/build.sh @@ -6,7 +6,7 @@ cd "$(dirname "$(realpath "$BASH_SOURCE")")" set -e set -o pipefail -if [ ! -d ./snowboy ]; then +if [ ! -d ./snowboy.git.d ]; then git clone https://github.com/seasalt-ai/snowboy snowboy.git.d fi @@ -67,5 +67,5 @@ else resources="$(realpath snowboy.git.d/resources/common.res)" hotword="$(realpath ./model/hotword.pmdl)" go build -o snowboy - ./snowboy -model "$hotword" -resources "$resources" -sensitivity 0.4 + ./snowboy -model "$hotword" -resources "$resources" -sensitivity 0.5 fi diff --git a/snowboy-2022/model/hotword.pmdl b/snowboy-2022/model/hotword.pmdl new file mode 100644 index 0000000..46618c0 Binary files /dev/null and b/snowboy-2022/model/hotword.pmdl differ