Metadata-Version: 2.4
Name: ovos-PHAL-plugin-pulseaudio
Version: 0.0.5
Summary: A volume control plugin for OpenVoiceOS hardware abstraction layer
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-PHAL-plugin-pulseaudio
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0
Requires-Dist: json_database<2.0.0,>=0.7
Dynamic: license-file

# ovos-PHAL-plugin - pulseaudio volume control

controls system volume with pulseaudio

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