Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 269 Bytes

This is an implementation of Wave U Net trained for increasing loudness while preserving the audio quality. Input - Mono audio file [-1.0,1.0] Pa Output - Mono audio file [-0.5,0.5] Pa

The output can then be reamplified using the equation (1 / (0.5 + 1e-3)) * Output