fix: iMac mic quiet - arecord raw + 12x software gain, strip WAV RIFF header, wakeword api 0.4.0, STT base.en tests, voiceID Adolfo 0.97 enrolled
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
SERVICE_FILE="$DIR/systemd/jarvis.service"
|
||||
DEST="$HOME/.config/systemd/user/jarvis.service"
|
||||
|
||||
mkdir -p "$HOME/.config/systemd/user"
|
||||
cp "$SERVICE_FILE" "$DEST"
|
||||
|
||||
echo "Reloading systemd user daemon"
|
||||
systemctl --user daemon-reload
|
||||
echo "Enabling jarvis service"
|
||||
systemctl --user enable jarvis.service
|
||||
echo "To start: systemctl --user start jarvis"
|
||||
echo "To logs: journalctl --user -u jarvis -f"
|
||||
echo "To stop: systemctl --user stop jarvis"
|
||||
Reference in New Issue
Block a user