Android-Audio-Waveform-Generator icon indicating copy to clipboard operation
Android-Audio-Waveform-Generator copied to clipboard

Slow MP3 decoding

Open reminmax opened this issue 3 years ago • 2 comments
trafficstars

Hello Yang. Thanks a lot for the code.

MP3 decoding is very slow (a 300 sec file takes more than 20 seconds to decode). Wav decoding is twice as fast. Is there any way to speed up this process?

I've found reports that MediaCodec itself is slow, but I'm not sure. The technical messages were about earlier versions of Android.

reminmax avatar Jul 16 '22 22:07 reminmax

Recommend use ffmpeg decoding mp3 to wav data, and use this code generates waveform from wav data.

stefanJi avatar Jun 07 '23 03:06 stefanJi