Search found 208 matches
- Sun Sep 21, 2014 2:28 pm
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Do you have a batch method for conversion yet? You can do, for example, something like this: @echo off for %%f in (*.wav) do ( DynamicAudioNormalizerCLI.exe -i "%%~f" -o "%%~nf.normalized.wav" ) Or do I need to get the VST into something like Wavosaur and go that route? That's also possible, of cou...
- Sat Sep 20, 2014 2:04 pm
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
FWIW, we have a working Winamp plug-in now, so you can use it in your favorite audio player: https://raw.githubusercontent.com/lordmulder/DynamicAudioNormalizer/master/img/WAPlugIn.png Latest test version: http://sourceforge.net/projects/muldersoft/files/Dynamic%20Audio%20Normalizer/Testing/DynamicA...
- Fri Sep 12, 2014 1:00 pm
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Dynamic Audio Normalizer v2.05: https://github.com/lordmulder/DynamicAudioNormalizer/releases/tag/2.05 Changes between v2.04 and v2.05 [2014-09-10] * Significant overhaul of the compression (thresholding) function * Implemented VST wrapper → Dynamic Audio Normalizer can now be integrated in any VST...
- Fri Sep 05, 2014 6:17 pm
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
FWIW, we have a (somewhat) working VST plug-in now, so you can use it in your favorite audio editor:




- Tue Aug 26, 2014 7:20 am
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Dynamic Audio Normalizer v2.04: https://github.com/lordmulder/DynamicAudioNormalizer/releases/tag/2.04 Changes between v2.03 and v2.04 [2014-08-25] * Added an optional input compression (thresholding) function * Implemented SoX wrapper → Dynamic Audio Normalizer can now be used as an effect in SoX ...
- Sun Aug 17, 2014 9:59 am
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Unfortunately we need a non-CLI interface before we can add to the database, but this is still some invaluable freeware. Should be straight forward to write a simple GUI front-end. But it probably makes more sense to integrate this, as a filter, into something like SoX or FFmpeg - for which we have...
- Sun Aug 17, 2014 5:12 am
- Forum: Portable Freeware Submission
- Topic: Simple x264/x265 Launcher
- Replies: 60
- Views: 96254
Re: Simple x264/x265 Launcher
Simple x264/x265 Launcher v2.42 https://github.com/lordmulder/Simple-x264-Launcher/releases/tag/v2.42 Release Highlights v2.42: Various installer fixes and improvements Release Highlights v2.41: Updated x264 and x265 encoders to the latest versions Enabled 2-Pass encoding support for x265 encoder A...
- Wed Aug 13, 2014 11:22 am
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Dynamic Audio Normalizer v2.03: https://github.com/lordmulder/DynamicAudioNormalizer/releases/tag/2.03 Changes between v2.02 and v2.03 [2014-08-11] * Implemented an optional RMS-based normalization mode * Added support for "raw" (headerless) audio data * Added pipeline support, i.e. reading from st...
- Mon Aug 04, 2014 4:13 am
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Lord Mulder (author of this tool) uses UPX to compress his exes when he distributes them (not a good practice IMO). Some viruses use UPX too and since Antivirus softwares are way too smart, they mark every exe with such compression with such warnings. Well, "EXE packers" are perfectly legitimate an...
- Sun Aug 03, 2014 1:51 pm
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Re: Dynamic Audio Normalizer
Edit : DynamicAudioNormalizerCLI.exe is coming up as an issue in Avast!. I think it's coming up because of UPX but whatever. VirusTotal rating is 3/53. The McAfee result already says Heuristic , which essentially means "this result is highly speculative and probably not a real infection". And the o...
- Sun Aug 03, 2014 7:19 am
- Forum: Chit-Chat
- Topic: Sharing Software?
- Replies: 5
- Views: 4655
Re: Sharing Software?
They may decide to provide a download mirror. But still the "submit" form look like this:
http://i.imgur.com/koJxRLd.png
(And it's that way with pretty much all "software index" web-sites that I know)
http://i.imgur.com/koJxRLd.png
(And it's that way with pretty much all "software index" web-sites that I know)
- Sun Aug 03, 2014 7:04 am
- Forum: Portable Freeware Submission
- Topic: Double File Scanner
- Replies: 12
- Views: 14366
Re: Double File Scanner
Went back and checked ... pressing Esc works. No clue why I didn't try that. That's exactly what happens during the first phase :o ... Fortunately, the first phase actually is very fast. And it's the second phase, where the hash of each files is computed, that takes most of the time. Still, on a ve...
- Fri Aug 01, 2014 7:42 pm
- Forum: Portable Freeware Submission
- Topic: Double File Scanner
- Replies: 12
- Views: 14366
Re: Double File Scanner
A great example is on media drives when checking lots of movies and music. Running checksums on the entire drive will take hours. This whole program was written with the idea of identifying files with identical content in mind. So matching files by other criteria than "content" cannot be added easi...
- Fri Aug 01, 2014 10:44 am
- Forum: Portable Freeware Submission
- Topic: Dynamic Audio Normalizer
- Replies: 31
- Views: 45853
Dynamic Audio Normalizer
http://i.imgur.com/JgPfyd9.png http://i.imgur.com/i1eGru8.png http://i.imgur.com/ZAyRlOz.png https://raw.githubusercontent.com/lordmulder/DynamicAudioNormalizer/master/img/WAPlugIn.png Dynamic Audio Normalizer is a library for advanced audio normalization purposes. It applies a certain amount of ga...
- Fri Aug 01, 2014 10:08 am
- Forum: Chit-Chat
- Topic: Sharing Software?
- Replies: 5
- Views: 4655
Re: Sharing Software?
I don't have my own web site or anything so I need somewhere to upload the package and allow it to be shared for free. If your software is OpenSource, use Github or Bitbucket or SourceForge . They all provide a code repository and a way to host downloads. SourceForge also includes real web-hosting ...