AndroidAudioConverter
AndroidAudioConverter copied to clipboard
It take about 90 seconds to convert a mp3 to AAC file !
The mp3 file length is 10M and duration is 3:50. Android system is 6.01
Hi @raphyer!
I'll take a look at some optimizations on ffmpeg to speed up the conversions.
But I recommend show a notification to let the user know when the conversion finishes.
I have the same problem。 wav to aac It take about 80 seconds . please,thanks.
+1
@adrielcafe i use this "final String[] cmd = new String[]{"-y", "-i", audioFile.getPath(), convertedFile.getPath()};" command to convert mp3 to wav format but my app already connected to socket that why i am getting FFmpeg not loaded issue , can please provide solution on it?