Real-time LUFS Loudness meter based on the BS.1770-4 recommendation from the International Telecommunication Union, using a ring buffer for the real-time calculation.
The project is hosted on GitHub Pages and can be accessed on lufs.froghyar.com.
npm install
npm run serve
npm run build
Some inspiration for this project came from Sebastian Zimmer's offline implementation of the calculation - LoudEv