snips-enable-sounds
June 25, 2018 ยท View on GitHub
Automatically enable feedback sounds for snips.ai at reboot.
Deprecated
This is no longer needed as of version 0.56.4 of snips
Steps
sudo apt-get install mosquitto-clients
git clone https://github.com/uchagani/snips-enable-sounds.git
cd snips-enable-sounds
sudo chmod +x snips-enable-feedback-sound.sh
sudo mv snips-enable-feedback-sound.sh /usr/local/bin/snips-enable-feedback-sound.sh
sudo mv snips-enable-feedback-sound.service /lib/systemd/system/snips-enable-feedback-sound.service
sudo systemctl daemon-reload
sudo systemctl enable snips-enable-feedback-sound.service
sudo reboot
If everything worked correctly you should now have feedback sounds enabled on reboots.