tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

README.md (340B)


      1 # lazymaster
      2 2-pass audio loudness normalization using `ffmpeg` and [loudnorm](https://ffmpeg.org/ffmpeg-filters.html#loudnorm) filter.
      3 
      4 It normalizes audio to **-13 LUFS**, **-1 dBTP**, and **LRA 8**.
      5 
      6 ## Usage
      7 
      8 **Analysis:**
      9 ```bash
     10 ./lazymaster.py input.wav
     11 ```
     12 
     13 **Two-pass normalization:**
     14 ```bash
     15 ./lazymaster input.wav output.wav
     16 ```