{"id":16369677,"url":"https://github.com/dcsunset/jack-alsa-ctl","last_synced_at":"2025-10-03T14:19:43.840Z","repository":{"id":65945719,"uuid":"556368963","full_name":"DCsunset/jack-alsa-ctl","owner":"DCsunset","description":"Control JACK audio with ALSA driver easily","archived":false,"fork":false,"pushed_at":"2023-01-19T20:00:31.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T02:17:18.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DCsunset.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-23T17:43:13.000Z","updated_at":"2023-01-09T16:27:10.000Z","dependencies_parsed_at":"2023-02-17T17:40:14.445Z","dependency_job_id":null,"html_url":"https://github.com/DCsunset/jack-alsa-ctl","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fjack-alsa-ctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fjack-alsa-ctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fjack-alsa-ctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fjack-alsa-ctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/jack-alsa-ctl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239885392,"owners_count":19713294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:56:01.060Z","updated_at":"2025-10-03T14:19:38.807Z","avatar_url":"https://github.com/DCsunset.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jack-alsa-ctl\n\n[![PyPI](https://img.shields.io/pypi/v/jack-alsa-ctl)](https://pypi.org/project/jack-alsa-ctl/)\n\nControl JACK audio with ALSA driver (or ALSA only) easily.\n\n## Dependencies\n\n`jack-alsa-ctl` depends on the following programs in your PATH:\n\n* `jack_control` (only required by `get_card` and `set_card`)\n* `amixer`\n\nIn addition, JACK server should be started and managed by jack_control and configured to use ALSA driver.\n\n\n## Installation\n\nFrom pypi (recommended):\n\n```sh\npip install jack-alsa-ctl\n```\n\nFrom git repo (for dev version)\n\n```sh\npip install git+https://github.com/DCsunset/jack-alsa-ctl\n```\n\nOr clone and install locally (for dev):\n\n```sh\ngit clone https://github.com/DCsunset/jack-alsa-ctl\ncd jack-alsa-ctl\npip install .\n```\n\n## Usage\n\n### CLI\n\nUse the command `jack-alsa-ctl` directly:\n\n```sh\njack-alsa-ctl --help\njack-alsa-ctl get_card\njack-alsa-ctl get_volume\n```\n\nSee help messages for more usage.\n\n### Library\n\n```py\nfrom jack_alsa_ctl.lib import get_jack_card\nprint(get_jack_card())\n```\n\n\n## LICENSE\n\nAGPL-3.0. Copyright notice:\n\n    jack-alsa-ctl\n    Copyright (C) 2022-2023 DCsunset\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fjack-alsa-ctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fjack-alsa-ctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fjack-alsa-ctl/lists"}