Skip to content

v0.1.3

Choose a tag to compare

@make1986 make1986 released this 01 Jul 08:56

PyPI + npm registry publish.

  • New: voxrt-wake-word live on PyPI — pip install voxrt-wake-word now works directly (v0.1.2 required downloading the wheel from a GitHub Release asset).
  • New: @voxrt/wake-word live on npm — npm install @voxrt/wake-word now works directly (v0.1.2 required the .tgz asset).
  • Fixed: PyPI project page now shows the full README. v0.1.2 wheels shipped without an embedded long-description; the recipe now renders the landing README next to pyproject.toml before maturin build.
  • Unchanged: C tarball + Go module from v0.1.2 (same artefacts, republished under this tag).

Install:

python3 -m pip install voxrt-wake-word
npm install @voxrt/wake-word
go get github.com/VoxRT/voxrt-wake-word-linux/go@v0.1.3

For pinning the C tarball to this release:

curl -LO https://github.com/VoxRT/voxrt-wake-word-linux/releases/download/v0.1.3/voxrt-wake-word-0.1.3-aarch64-linux-gnu.tar.gz