Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uchagani/snips-enable-sounds

systemd service to enable snips.ai feedback sounds on reboot
https://github.com/uchagani/snips-enable-sounds

Last synced: 3 months ago
JSON representation

systemd service to enable snips.ai feedback sounds on reboot

Awesome Lists containing this project

README

        

# snips-enable-sounds

Automatically enable feedback sounds for [snips.ai](https://snips.ai/) at reboot.

## Deprecated

This is no longer needed as of version 0.56.4 of snips

### Steps
```bash
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.