Skip to main content

Control JACK audio with ALSA driver easily

Project description

# jack-alsa-ctl

Control JACK audio with ALSA driver easily.

## Dependencies

jack-alsa-ctl depends on the following programs in your PATH:

  • jack_control

  • amixer

In addition, JACK server should be configured to use ALSA driver.

## Installation

From pypi (recommended):

`sh pip install jack-alsa-ctl `

From git repo (for dev version)

`sh pip install git+https://github.com/DCsunset/jack-alsa-ctl `

Or clone and install locally (for dev):

`sh git clone https://github.com/DCsunset/jack-alsa-ctl cd jack-alsa-ctl pip install . `

## Usage

### CLI

Use the command jack-alsa-ctl directly:

`sh jack-alsa-ctl --help jack-alsa-ctl get_device jack-alsa-ctl get_volume `

See help messages for more usage.

### Library

`py from jack_alsa_ctl.lib import get_jack_device print(get_jack_device()) `

## LICENSE

AGPL-3.0. Copyright notice:

jack-alsa-ctl Copyright (C) 2022 DCsunset

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jack-alsa-ctl-1.0.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

jack_alsa_ctl-1.0.0-py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page