All Projects → mopidy → Mopidy Alsamixer

mopidy / Mopidy Alsamixer

Licence: apache-2.0
Mopidy extension for ALSA volume control

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mopidy Alsamixer

mopster
Mopidy client written in Ember.js
Stars: ✭ 31 (+3.33%)
Mutual labels:  mopidy
Mopidy Musicbox Webclient
Web Client for Mopidy Music Server and the Pi MusicBox
Stars: ✭ 385 (+1183.33%)
Mutual labels:  mopidy
Rpi Audio Receiver
Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay, UPnP and Spotify Connect
Stars: ✭ 650 (+2066.67%)
Mutual labels:  alsa
mopidy-local
Mopidy extension for playing music from your local music archive
Stars: ✭ 52 (+73.33%)
Mutual labels:  mopidy
Seeed Voicecard
2 Mic Hat, 4 Mic Array, 6-Mic Circular Array Kit, and 4-Mic Linear Array Kit for Raspberry Pi
Stars: ✭ 297 (+890%)
Mutual labels:  alsa
Hifiberry Os
Linux distribution optimized for audio playback
Stars: ✭ 487 (+1523.33%)
Mutual labels:  alsa
summertunes
A web-based music player for Beets
Stars: ✭ 15 (-50%)
Mutual labels:  mopidy
Mopidy
Mopidy is an extensible music server written in Python
Stars: ✭ 7,254 (+24080%)
Mutual labels:  mopidy
Tinyalsa
Tiny library to interface with ALSA in the Linux kernel
Stars: ✭ 370 (+1133.33%)
Mutual labels:  alsa
Apulse
PulseAudio emulation for ALSA
Stars: ✭ 574 (+1813.33%)
Mutual labels:  alsa
rtpmidid
RTP MIDI (AppleMIDI) daemon for Linux
Stars: ✭ 109 (+263.33%)
Mutual labels:  alsa
addon-mopidy
Mopidy - Home Assistant Community Add-ons
Stars: ✭ 42 (+40%)
Mutual labels:  mopidy
Zynaddsubfx
ZynAddSubFX open source synthesizer
Stars: ✭ 554 (+1746.67%)
Mutual labels:  alsa
LetsHack
Notes & HowTo's covering the Raspberry Pi, Arduino, ESP8266, ESP32, etc.
Stars: ✭ 37 (+23.33%)
Mutual labels:  mopidy
Mopidy Spotify
Mopidy extension for playing music from Spotify
Stars: ✭ 756 (+2420%)
Mutual labels:  mopidy
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (-36.67%)
Mutual labels:  alsa
Raveberry
A multi-user music server with a focus on participation
Stars: ✭ 442 (+1373.33%)
Mutual labels:  mopidy
Mopidy Mpris
Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface
Stars: ✭ 27 (-10%)
Mutual labels:  mopidy
Iris
Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Stars: ✭ 776 (+2486.67%)
Mutual labels:  mopidy
Bluez Alsa
Bluetooth Audio ALSA Backend
Stars: ✭ 568 (+1793.33%)
Mutual labels:  alsa

Mopidy-ALSAMixer


.. image:: https://img.shields.io/pypi/v/Mopidy-ALSAMixer :target: https://pypi.python.org/pypi/Mopidy-ALSAMixer/ :alt: Latest PyPI version

.. image:: https://img.shields.io/github/workflow/status/mopidy/mopidy-alsamixer/CI :target: https://github.com/mopidy/mopidy-alsamixer/actions :alt: CI build status

.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-alsamixer :target: https://codecov.io/gh/mopidy/mopidy-alsamixer :alt: Test coverage

Mopidy <https://www.mopidy.com/>_ extension for ALSA volume control.

Dependencies

  • A Linux system using ALSA for audio playback.

  • pyalsaaudio. Bindings for using the ALSA API from Python. The package is available as python-alsaaudio in Debian/Ubuntu.

Installation

Install by running::

sudo python3 -m pip install Mopidy-AlsaMixer

See https://mopidy.com/ext/alsamixer/ for alternative installation methods.

Configuration

To use Mopidy-AlsaMixer the audio/mixer configuration value must be set to alsamixer in the Mopidy configuration file::

[audio]
mixer = alsamixer

The default Mopidy-AlsaMixer configuration will probably work for most use cases. If not, the following configuration values are available:

  • alsamixer/card: Which soundcard to use, if you have more than one. Numbered from 0 and up. 0 is the default.

  • alsamixer/control: Which ALSA control to use. Defaults to Master. Other typical values includes PCM. Run the command amixer scontrols to list available controls on your system.

  • alsamixer/min_volume and alsamixer/max_volume: Map the Mopidy volume control range to a different range. Values are in the range 0-100. Use this if the default range (0-100) is too wide, resulting in a small usable range for Mopidy's volume control. For example try min_volume = 30 and max_volume = 70 to map Mopidy's volume control to the middle of ALSA's volume range.

  • alsamixer/volume_scale: Either linear, cubic, or log. The cubic scale is the default as it is closer to how the human ear percieves volume, and matches the volume scale used in the alsamixer program.

Example alsamixer section from the Mopidy configuration file::

[alsamixer]
card = 1
control = PCM
min_volume = 0
max_volume = 100
volume_scale = cubic

Project resources

  • Source code <https://github.com/mopidy/mopidy-alsamixer>_
  • Issue tracker <https://github.com/mopidy/mopidy-alsamixer/issues>_
  • Changelog <https://github.com/mopidy/mopidy-alsamixer/releases>_

Credits

  • Original author: Stein Magnus Jodal <https://github.com/jodal>__
  • Current maintainer: Stein Magnus Jodal <https://github.com/jodal>__
  • Contributors <https://github.com/mopidy/mopidy-alsamixer/graphs/contributors>_
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].