Page 3 of 3

Re: Dynamic Audio Normalizer

Posted: Fri Apr 14, 2017 5:53 pm
by deathcubek
Dynamic Audio Normalizer v2.10
https://github.com/lordmulder/DynamicAu ... s/tag/2.10
https://www.mediafire.com/folder/flrb14 ... Normalizer
https://bitbucket.org/muldersoft/dynami ... /downloads

Code: Select all

Changelog:
• Core library: Added process() function, i.e. an "out-of-place" version of processInplace()
• Implemented Python API → Dynamic Audio Normalizer can be used in, e .g., Python-based applications
• CLI front-end: Added new CLI option -t to explicitly specify the desired output format
• CLI front-end: Added new CLI option -d to explicitly specify the desired input library
• CLI front-end: Added support for decoding input files via libmpg123 library
• CLI front-end: Implemented automatic/heuristic selection of the suitable input library
• CLI front-end: Properly handle input files that provide more (or less) samples than what was projected
• Windows binaries: Updated the included libsndfile version to 1.0.27 (2016-06-19)
• Windows binaries: Updated build environment to Visual Studio 2015 (MSVC 14.0)

Re: Dynamic Audio Normalizer

Posted: Thu Apr 20, 2017 9:57 pm
by two
Nice one, gonna try it.