-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add volume normalization #29
Comments
How would this work for youtube videos? |
It would have to sample the volume for the beginning of the song and adjust On Wed, Sep 17, 2014 at 12:28 PM, Adam Madsen [email protected]
Cole GleasonStudent, University of Illinois at Urbana-Champaign |
average amplitude, perhaps Acoustics used to do this live, not modifying the files. On Wed, Sep 17, 2014 at 12:29 PM, Cole [email protected] wrote:
Cole GleasonStudent, University of Illinois at Urbana-Champaign |
How is beats playing youtube videos? Mplayer already supports this: On Wed, Sep 17, 2014 at 12:30 PM, Cole [email protected] wrote:
Cole GleasonStudent, University of Illinois at Urbana-Champaign |
For actual audio files, you can use something like replaygain and store the values in the database no problem. For audio sources you can't scan entirely before playing, you can do some sort of adaptive scaling/compressing, but that will destroy any sort of dynamic range in a song. |
I would rather have the adaptive scaling than constantly have to adjust the On Wed, Sep 17, 2014 at 12:34 PM, Adam Madsen [email protected]
Cole GleasonStudent, University of Illinois at Urbana-Champaign |
No description provided.
The text was updated successfully, but these errors were encountered: