Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa
https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa
- Owner: OpenVoiceOS
- License: apache-2.0
- Created: 2022-03-16T14:49:28.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-27T14:20:47.000Z (12 months ago)
- Last Synced: 2024-03-15T07:06:45.094Z (9 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ovos-plugins - ovos-PHAL-plugin-alsa
README
# ovos-PHAL-plugin - alsa volume control
controls system volume with alsa
```python
self.bus.on("mycroft.volume.get", self.handle_volume_request)
self.bus.on("mycroft.volume.set", self.handle_volume_change)
self.bus.on("mycroft.volume.mute", self.handle_mute_request)
self.bus.on("mycroft.volume.unmute", self.handle_unmute_request)
```