Skip to content

Commit

Permalink
Fix piper (#77)
Browse files Browse the repository at this point in the history
* decompress piper model
  • Loading branch information
builderjer authored Aug 24, 2023
1 parent 283155a commit 45ae058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stage-audio/01-speech/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/piper_tts/voice-en-g

wget https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-en-gb-alan-low.tar.gz
mv voice-en-gb-alan-low.tar.gz "${ROOTFS_DIR}/home/ovos/.local/share/piper_tts/voice-en-gb-alan-low/"
tar -xf "${ROOTFS_DIR}/home/ovos/.local/share/piper_tts/voice-en-gb-alan-low/voice-en-gb-alan-low.tar.gz"
tar -xvzf "${ROOTFS_DIR}/home/ovos/.local/share/piper_tts/voice-en-gb-alan-low/voice-en-gb-alan-low.tar.gz"

install -v -m 0644 files/ovos-audio.service "${ROOTFS_DIR}/etc/systemd/user/ovos-audio.service"
install -v -m 0755 files/ovos-systemd-audio "${ROOTFS_DIR}/usr/libexec/ovos-systemd-audio"
Expand Down
1 change: 1 addition & 0 deletions stage-hivemind/01-hive-core/01-run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash -e

install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.config/hivemind"
install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/hivemind"
install -v -m 0644 files/hivemind-listener.service "${ROOTFS_DIR}/etc/systemd/user/hivemind-listener.service"

Expand Down

0 comments on commit 45ae058

Please sign in to comment.