ovos-PHAL-plugin-alsa


Nameovos-PHAL-plugin-alsa JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa
SummaryA volume control plugin for OpenVoiceOS hardware abstraction layer
upload_time2024-12-03 23:27:54
maintainerNone
docs_urlNone
authorJarbasAi
requires_pythonNone
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements ovos-plugin-manager ovos-bus-client json_database pyalsaaudio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa",
    "name": "ovos-PHAL-plugin-alsa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "JarbasAi",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/a5/0ac41add0c7e172f9407b4b78f934ab10d3375af7f76edc3fa16815f3d2c/ovos-PHAL-plugin-alsa-0.1.2.tar.gz",
    "platform": null,
    "description": "# ovos-PHAL-plugin - alsa volume control\n\ncontrols system volume with alsa\n\n```python\nself.bus.on(\"mycroft.volume.get\", self.handle_volume_request)\nself.bus.on(\"mycroft.volume.set\", self.handle_volume_change)\nself.bus.on(\"mycroft.volume.mute\", self.handle_mute_request)\nself.bus.on(\"mycroft.volume.unmute\", self.handle_unmute_request)\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A volume control plugin for OpenVoiceOS hardware abstraction layer",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e2374f9f3d8866e83c8d4dcececfe78a20acdf8e09aac235b4a89e36f59187d",
                "md5": "a7e9b130649a15beaa9103699411315d",
                "sha256": "d96e951461c29b04871e1006dcf86ce847d2736ca87de17911b58c4a01df6120"
            },
            "downloads": -1,
            "filename": "ovos_PHAL_plugin_alsa-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7e9b130649a15beaa9103699411315d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8598,
            "upload_time": "2024-12-03T23:27:53",
            "upload_time_iso_8601": "2024-12-03T23:27:53.488347Z",
            "url": "https://files.pythonhosted.org/packages/2e/23/74f9f3d8866e83c8d4dcececfe78a20acdf8e09aac235b4a89e36f59187d/ovos_PHAL_plugin_alsa-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2a50ac41add0c7e172f9407b4b78f934ab10d3375af7f76edc3fa16815f3d2c",
                "md5": "8ec65d4f7e285a45b1340f4103c20f4f",
                "sha256": "a58622b55388dbcc26792208e42fbcded7843123c8f85e6eba091b5e7c9d91ac"
            },
            "downloads": -1,
            "filename": "ovos-PHAL-plugin-alsa-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8ec65d4f7e285a45b1340f4103c20f4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8660,
            "upload_time": "2024-12-03T23:27:54",
            "upload_time_iso_8601": "2024-12-03T23:27:54.970015Z",
            "url": "https://files.pythonhosted.org/packages/e2/a5/0ac41add0c7e172f9407b4b78f934ab10d3375af7f76edc3fa16815f3d2c/ovos-PHAL-plugin-alsa-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 23:27:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-PHAL-plugin-alsa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ovos-plugin-manager",
            "specs": [
                [
                    ">=",
                    "0.0.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "ovos-bus-client",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "0.0.4"
                ]
            ]
        },
        {
            "name": "json_database",
            "specs": [
                [
                    "~=",
                    "0.7"
                ]
            ]
        },
        {
            "name": "pyalsaaudio",
            "specs": [
                [
                    "~=",
                    "0.9"
                ]
            ]
        }
    ],
    "lcname": "ovos-phal-plugin-alsa"
}
        
Elapsed time: 0.83833s