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

Use separate control curve for different devices #174

Closed
d-uzlov opened this issue Jan 13, 2022 · 3 comments
Closed

Use separate control curve for different devices #174

d-uzlov opened this issue Jan 13, 2022 · 3 comments
Labels

Comments

@d-uzlov
Copy link

d-uzlov commented Jan 13, 2022

Currently there is only one option for control curve (called "control method" in the settings).
The issue is that different devices use different mapping between volume settings in Windows and the real result loudness.

Namely, Realtek integrated audio seems to treat Windows volume as linear amplitude, so it requires logarithmic curve to be usable.
However, many other devices I have (for example, all of the Bluetooth headphones I have) seem to be doing logarithmic transform by itself, so it doesn't make sense to use logarithmic curve in Volume2, only linear is comfortable to use.

It would be much more convenient if I could set different control curve for each device.

@irzyxa
Copy link
Owner

irzyxa commented Jan 15, 2022

I am going to implement it in this way. Perhaps you have better ideas how it should look, so fell free to share them.
image

@irzyxa
Copy link
Owner

irzyxa commented Jan 15, 2022

Another option (I like it better)
image

@irzyxa irzyxa closed this as completed Feb 7, 2022
@irzyxa
Copy link
Owner

irzyxa commented Feb 7, 2022

Implemented in version 1.1.8.457
Final version:
image

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

No branches or pull requests

2 participants