Hello,
I'm trying to implement replay gain in Java.
More exactly, im trying to get dB-Values for mp3 files.
according to these algorithms (http://replaygain.hydrogenaudio.org/mfiles/)
Unfortunatley there are 2 very complex Matlab operations i can't implement in java.
yulewalk
butter
so my question: Is there yet an implementation for Java or can anyone give me a hint how I can implement it.
Summarized:
Im seeking for algorithms getting the dB Values of a mp3 file.
The algortihm can be very simple if the result is acceptable.
The processing time should be as fast as possible.
Thanks a lot.
Jeremy
