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

Normalise audio volumes #35

Open
OMGDuke opened this issue Apr 17, 2023 · 1 comment
Open

Normalise audio volumes #35

OMGDuke opened this issue Apr 17, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@OMGDuke
Copy link
Owner

OMGDuke commented Apr 17, 2023

Some songs are louder/quieter than others. Look into audio normalisation.

https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode

Something like the Audio compression in the FFZ chrome plugin for twitch

@GMP672
Copy link

GMP672 commented Apr 19, 2023

If I may suggest something: Audio compression would impact how the music sounds.
Better approach would be to utilize Youtube Loudness Standard and apply static +- dB (or volume slider percentage) based on Content Loudness measure.

image

However, as far as I looked into it, its calculated by the player, not by Youtube itself.

I have not found a good way to retrieve that data yet (e.g. https://stackoverflow.com/questions/46819958/extract-youtube-stats-for-nerds-through-an-api)

@OMGDuke OMGDuke added enhancement New feature or request help wanted Extra attention is needed labels Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants