Sunday, July 15, 2012

Java-Based Audio Convolution Utility

Google Code project for straightforward java-based audio convolution utility with PCM-based WAV/RIFF media.

 
A simple CLI audio convolution utility was implemented in java as a standalone JAR which accepts 44khz signed WAV files as input and impulse and outputs a 16-bit signed 44khz PCM WAV file. The utility automatically normalizes the output to prevent clipping while maximizing volume. 

Google Code home page, with download for executable .JAR can be found here.

No comments:

Post a Comment