Metadata-Version: 2.1
Name: ovos-PHAL-plugin-alsa
Version: 0.0.4a3
Summary: A volume control plugin for OpenVoiceOS hardware abstraction layer
Home-page: https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa
Author: JarbasAi
Author-email: jarbasai@mailfence.com
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager ~=0.0
Requires-Dist: json-database ~=0.7
Requires-Dist: pyalsaaudio ~=0.9
Requires-Dist: ovos-bus-client ~=0.0.4

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