In my project, I have a 320kbps MP3 that is quite large. Since it's so big, I'd like to convert it to use a lower bit rate (about 80kbps).
I know that the ffmpeg
library exists to do this, but using ffmpeg
in Android is very complex.
Is there another way to change the MP3 bit rate that does not use ffmpeg
in Android?