Metadata-Version: 2.1
Name: ovos-PHAL-plugin-alsa
Version: 0.1.0
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
Platform: UNKNOWN
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
Requires-Dist: ovos-plugin-manager<1.0.0,>=0.0.1
Requires-Dist: ovos-bus-client<1.0.0,>=0.0.4
Requires-Dist: json-database~=0.7
Requires-Dist: pyalsaaudio~=0.9

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

