mp3 downsampling / compression in java
Posted
by veenit33
on Stack Overflow
See other posts from Stack Overflow
or by veenit33
Published on 2010-03-12T04:35:33Z
Indexed on
2010/03/12
4:37 UTC
Read the original article
Hit count: 339
Well, i was looking forward to modify the bit rate of a mp3 file in java.
I want to downsample(change its bit rate) the mp3 file from 256/384 kbps to say 64/128 kbps..
(I guess this is the only way one can achieve mp3 compression..or is there any other way.?)
I searched for LameOnJ but that website is temperoraly down and so im not able to get the license file which we need to download in every 2 days.
Is this possible using JMF..? What are the other option i have..?
Regards,
Veenit Shah
© Stack Overflow or respective owner