-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Normalize audio #329
Comments
We could modify this lib ffmpeg-normalize in order to use stream/buffer instead of file path and stream the normalized audio via the http api. |
I would like to start working on this. The ideas and repository linked are enough to get an idea of how to implement it? Or is there anything else I should know about before I start? |
Thanks for offering the help. It's an open ended problem so feel free to approach it however you like. Remember that you'll need a way to bundle the required binaries on all platforms, and probably use the http api (look at how the local library streaming is implemented). |
I removed the "good first issue" tag since it might turn out to be quite complicated. |
When playing tracks some are louder or quieter and I have to reach to volume control quite often. Think about audio filter that will normalize loudness.
Some ideas using
ffmpeg
The text was updated successfully, but these errors were encountered: