I have multiple wave files, some are small volume and others are large volume.
I want to "Normalize" sound amplitude.
(Like the "Normalize" function that Some audio sequencer application has. Making volume bigger to the peak comes to the 0db.)
For example librosa library, it has librosa.util.normalize, however I am not sure it is what I meant.
I want to align the volume of audio, is there any practice?