AndroidAudioConverter icon indicating copy to clipboard operation
AndroidAudioConverter copied to clipboard

It take about 90 seconds to convert a mp3 to AAC file !

Open raphyer opened this issue 9 years ago • 4 comments
trafficstars

The mp3 file length is 10M and duration is 3:50. Android system is 6.01

raphyer avatar Oct 10 '16 11:10 raphyer

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.

adrielcafe avatar Oct 10 '16 14:10 adrielcafe

I have the same problem。 wav to aac It take about 80 seconds . please,thanks.

CodeK1988 avatar Mar 23 '17 10:03 CodeK1988

+1

WooYu avatar Aug 24 '17 08:08 WooYu

@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?

kiranalpha avatar Mar 18 '19 05:03 kiranalpha