Search code examples
androidandroid-music-player

Join two audio files in android


I wanted to join two audio files into a new file. I tried with MP4parser library it causes some issues, used the SquenceInputStream to combine two audio files, it increases the audio file size but plays only initial song.

Reference : https://stackoverflow.com/a/43650758/8775993

Checked with StackOverflow answers nothing worked.

Please suggest any solution. Thanks in advance.


Solution

  • You can use ffmpeg for android. check this answer: