Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

tguzik/adloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adloud

Simple application to measure perceived loudness of audio stream (typically advertisements) based on ITU-R BS.1770-3 recommendation.

This application opens the default input line (typically microphone) and while reading the input, it measures the perceived loudness and compares it to an average from previous 20 seconds. If the difference between current peak value and the average is equal or greater than the user-supplied threshold, it saves the time and peak value.

The application is (was?) an old university project, features some horrible code and most likely won't be updated. However if you are still interested, you are welcome to tinker with it :-)

Swing "GUI" included - here's a screenshot:

Screenshot of the application

Additional software:

  • Development: JDK1.7+
  • Runtime: JRE1.7 (tested on Windows 7)

License

This application is licensed under GNU General Public License.

About

Simple application to measure perceived loudness of audio stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages