Skip to content

Commit

Permalink
Update wyoming-piper to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 26, 2024
1 parent 108b6de commit 0762108
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions piper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.0

- Send speakers in `info` message
- Update voices.json with new voices
- Add tests to CI

## 1.4.0

- Fix use of UTF-8 characters in URLs
Expand Down
8 changes: 4 additions & 4 deletions piper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG TARGETVARIANT

# Install Piper
WORKDIR /usr/src
ARG PIPER_LIB_VERSION='1.4.0'
ARG PIPER_RELEASE='v1.2.0'
ARG WYOMING_PIPER_VERSION='1.5.0'
ARG BINARY_PIPER_VERSION='1.2.0'

RUN \
apt-get update \
Expand All @@ -18,10 +18,10 @@ RUN \
setuptools \
wheel \
&& pip3 install --no-cache-dir \
"wyoming-piper==${PIPER_LIB_VERSION}" \
"wyoming-piper @ https://github.com/rhasspy/wyoming-piper/archive/refs/tags/v${WYOMING_PIPER_VERSION}.tar.gz" \
\
&& curl -L -s \
"https://github.com/rhasspy/piper/releases/download/${PIPER_RELEASE}/piper_${TARGETARCH}${TARGETVARIANT}.tar.gz" \
"https://github.com/rhasspy/piper/releases/download/v${BINARY_PIPER_VERSION}/piper_${TARGETARCH}${TARGETVARIANT}.tar.gz" \
| tar -zxvf - -C /usr/share \
\
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion piper/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 1.4.0
VERSION := 1.5.0
TAG := rhasspy/wyoming-piper
PLATFORMS := linux/amd64,linux/arm64,linux/arm/v7
DATA_DIR := ${HOME}/.local/share/wyoming/piper
Expand Down

0 comments on commit 0762108

Please sign in to comment.