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

Feature request: normalize songs #13

Open
igorcafe opened this issue Nov 17, 2024 · 0 comments
Open

Feature request: normalize songs #13

igorcafe opened this issue Nov 17, 2024 · 0 comments

Comments

@igorcafe
Copy link

So a thing I noticed is that the volume of many songs I downloaded are either too low or too high.

What I plan to do now to quickly fix it is to run this for each song:

ffmpeg -i song.m4a -af loudnorm=I=-18 .temp.song.m4a && mv .temp.song.m4a song.m4a

But my idea is to have a variable org-music-normalize-songs that when non-nil, it runs this ffmpeg command after downloading a song.
I believe it should be called somewhere at org-music--get-song, after downloading the song and before calling the callback.

What are your thoughts on this?

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

No branches or pull requests

1 participant