{"id":19754960,"url":"https://github.com/mopidy/mopidy-alsamixer","last_synced_at":"2025-07-02T19:37:25.291Z","repository":{"id":44603075,"uuid":"21092671","full_name":"mopidy/mopidy-alsamixer","owner":"mopidy","description":"Mopidy extension for ALSA volume control","archived":false,"fork":false,"pushed_at":"2023-06-21T20:34:36.000Z","size":76,"stargazers_count":43,"open_issues_count":13,"forks_count":15,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-30T12:15:35.521Z","etag":null,"topics":["alsa","mopidy","mopidy-mixer","python"],"latest_commit_sha":null,"homepage":"https://mopidy.com/ext/alsamixer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopidy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-06-22T12:04:24.000Z","updated_at":"2025-02-01T16:55:12.000Z","dependencies_parsed_at":"2025-04-30T12:07:32.267Z","dependency_job_id":null,"html_url":"https://github.com/mopidy/mopidy-alsamixer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mopidy/mopidy-alsamixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-alsamixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-alsamixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-alsamixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-alsamixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopidy","download_url":"https://codeload.github.com/mopidy/mopidy-alsamixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-alsamixer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263204713,"owners_count":23430282,"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":["alsa","mopidy","mopidy-mixer","python"],"created_at":"2024-11-12T03:07:02.983Z","updated_at":"2025-07-02T19:37:25.268Z","avatar_url":"https://github.com/mopidy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"****************\nMopidy-ALSAMixer\n****************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-ALSAMixer\n    :target: https://pypi.python.org/pypi/Mopidy-ALSAMixer/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-alsamixer/ci.yml?branch=main\n    :target: https://github.com/mopidy/mopidy-alsamixer/actions\n    :alt: CI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-alsamixer\n    :target: https://codecov.io/gh/mopidy/mopidy-alsamixer\n    :alt: Test coverage\n\n`Mopidy \u003chttps://www.mopidy.com/\u003e`_ extension for ALSA volume control.\n\n\nMaintainer wanted\n=================\n\nMopidy-ALSAMixer is currently kept on life support by the Mopidy core developers.\nIt is in need of a more dedicated maintainer.\n\nIf you want to be the maintainer of Mopidy-ALSAMixer, please:\n\n1. Make 2-3 good pull requests improving any part of the project.\n\n2. Read and get familiar with all of the project's open issues.\n\n3. Send a pull request removing this section and adding yourself as the\n   \"Current maintainer\" in the \"Credits\" section below. In the pull request\n   description, please refer to the previous pull requests and state that\n   you've familiarized yourself with the open issues.\n\n   As a maintainer, you'll be given push access to the repo and the authority\n   to make releases to PyPI when you see fit.\n\n\nDependencies\n============\n\n- A Linux system using ALSA for audio playback.\n\n- ``pyalsaaudio``. Bindings for using the ALSA API from Python. The package is\n  available as ``python-alsaaudio`` in Debian/Ubuntu.\n\n\nInstallation\n============\n\nInstall by running::\n\n    sudo python3 -m pip install Mopidy-AlsaMixer\n\nSee https://mopidy.com/ext/alsamixer/ for alternative installation methods.\n\n\nConfiguration\n=============\n\nTo use Mopidy-AlsaMixer the ``audio/mixer`` configuration value must be set to\n``alsamixer`` in the Mopidy configuration file::\n\n    [audio]\n    mixer = alsamixer\n\nThe default Mopidy-AlsaMixer configuration will probably work for most use\ncases. If not, the following configuration values are available:\n\n- ``alsamixer/device``: Which soundcard should be used, specified by its string\n  alias. Defaults to ``default``.\n\n- ``alsamixer/card``: Which soundcard should be used, specified by its index.\n  Numbered from 0 and up. If specified, ``alsamixer/device`` is ignored.\n\n- ``alsamixer/control``: Which ALSA control should be used. Defaults to ``Master``.\n  Other typical values includes ``PCM``. Run the command ``amixer scontrols``\n  to list available controls on your system.\n\n- ``alsamixer/min_volume`` and ``alsamixer/max_volume``: Map the Mopidy volume\n  control range to a different range. Values are in the range 0-100. Use this\n  if the default range (0-100) is too wide, resulting in a small usable range\n  for Mopidy's volume control. For example try ``min_volume = 30`` and\n  ``max_volume = 70`` to map Mopidy's volume control to the middle of ALSA's\n  volume range.\n\n- ``alsamixer/volume_scale``: Either ``linear``, ``cubic``, or ``log``. The\n  cubic scale is the default as it is closer to how the human ear percieves\n  volume, and matches the volume scale used in the ``alsamixer`` program.\n\nExample ``alsamixer`` section from the Mopidy configuration file::\n\n    [alsamixer]\n    card = 1\n    control = PCM\n    min_volume = 0\n    max_volume = 100\n    volume_scale = cubic\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/mopidy/mopidy-alsamixer\u003e`_\n- `Issue tracker \u003chttps://github.com/mopidy/mopidy-alsamixer/issues\u003e`_\n- `Changelog \u003chttps://github.com/mopidy/mopidy-alsamixer/releases\u003e`_\n\n\nCredits\n=======\n\n- Original author: `Stein Magnus Jodal \u003chttps://github.com/jodal\u003e`__\n- Current maintainer: None. Maintainer wanted, see section above.\n- `Contributors \u003chttps://github.com/mopidy/mopidy-alsamixer/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-alsamixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopidy%2Fmopidy-alsamixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-alsamixer/lists"}