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

Implemented volume adjustment feature #36

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Implemented volume adjustment feature #36

merged 1 commit into from
Sep 27, 2021

Conversation

elagil
Copy link

@elagil elagil commented Sep 11, 2021

Currently, there are only the command-line options get-volume and set-volume. I wanted to change the volume on a DSP volume register incrementally, for example with a remote control.

Thus, this pull request implements a new feature: adjust-volume.
It uses the same types of inputs as set-volume, but performs a relative volume adjustment. Maximum and minimum volumes are bounded for safety reasons [0, 1].

Documentation was also added. The code was fully tested with a local installation.

@hifiberry hifiberry merged commit 714a086 into hifiberry:master Sep 27, 2021
@hifiberry
Copy link
Owner

Thank you for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants