Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement the alsa_mixer module using the low level alsa_ctl implementation #3

Open
asabil opened this issue May 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@asabil
Copy link
Contributor

asabil commented May 11, 2020

libasound2 implements alsa_mixer using alsa_ctl, alsa_ctl being the actual low level interface used to communicate with the kernel driver. alsa_mixer provides an abstraction over the alsa controls, by combining for example the left and right channels of a low level control (which are separate) into a single control.

It might be interesting to consider re-implementing a replacement high level mixer interface instead of relying on libasound2's mixer implementation.

@asabil asabil added the enhancement New feature or request label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant