Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa


https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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)
```