Skip to content

cchampet/loudness_validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PLoud Validator version 1.1

PLoudValidator is a software to validate audio files with correct loudness. It can validate various specifications:

  • EBU R 128

  • ATSC A85

  • CST-Ficam RT-017 specification for France.

It can also correct file to EBU R 128. Comming soon for others specifications.

License

See COPYING.md

Compilation

  • Getting the source

git clone git://github.com/mikrosimage/loudness_validator.git
cd loudness_validator

  • Linux compilation

export BOOST_ROOT=path/to/boost
export QTDIR=/usr/lib64/qt4
./build_linux.sh
./build_linux.sh /library /tools /PloudValidator

see ./build_linux.sh --help for more informations

  • Windows compilation

set BOOST_ROOT=path/to/boost
set QTDIR="C:\QtSDK\mingw" # with default install
set QTDIR="C:\QtSDK\Desktop\Qt\4.7.4\mingw"
build_windows.bat
build_windows.bat /library /tools /PloudValidator

see ./build_windows.bat --help for more informations

Run applications

The distribution is done into dist/release/ directory.
You can run GUI with:

./dist/release/bin/PLoudValidator

Or using command line tools, to display help :

./dist/release/bin/loudness-analyser
./dist/release/bin/loudness-corrector

Tested compilers

  • GCC 4.4.1 on OpenSUSE 11.2
  • CLang 3.1 on OpenSUSE 11.2
  • GCC 4.5.2 on Windows XP

Tested libraries

  • Qt 4.5.3
  • libsndfile 1.0.24-22.2

Dependencies

Tools from loudnessLibrary directory requires libsndfile.
And PLoudValidator require also Qt4.

libsndfile
Qt4

More information

About

No description, website, or topics provided.

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
COPYING.md
GPL-2.0
LICENSE.GPL2
GPL-3.0
LICENSE.GPL3
LGPL-2.1
LICENSE.LGPL2
LGPL-3.0
LICENSE.LGPL3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • Python 1.7%
  • Other 0.1%