Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uchagani/snips-enable-sounds
- Owner: uchagani
- Created: 2018-03-06T18:21:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T01:55:28.000Z (over 6 years ago)
- Last Synced: 2024-02-14T13:30:43.256Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-snips - Enable feedback sounds at boot
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.