https://github.com/bk138/zargonos
Zargon's stuff
https://github.com/bk138/zargonos
home-automation smart-assistant
Last synced: 7 months ago
JSON representation
Zargon's stuff
- Host: GitHub
- URL: https://github.com/bk138/zargonos
- Owner: bk138
- License: gpl-3.0
- Created: 2018-10-03T12:20:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T22:46:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T06:26:50.940Z (9 months ago)
- Topics: home-automation, smart-assistant
- Language: Shell
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zargonos
Zargon's stuff## Dependencies
`sudo apt-get install espeak sox expect pocketsphinx pocketsphinx-en-us pulseaudio`
## How To Setup Remote Client Pulseaudio via SSH
* If you get `pa_context_connect() failed: Connection refused`, run `pax11publish -r` once.
* `sudo apt install pulseaudio-module-zeroconf` and add `load-module module-zeroconf-discover`
to `/etc/pulse/default.pa`.
* Run `pacmd list-sinks | grep name:` and note your favourite sink after `name:`, call
`pacmd set-default-sink ` once.