Skip to content Skip to sidebar Skip to footer

How To Combine Two Audio Files On Top Of Each Other In Android

I have 2 audio files. the first is background music and the second is a speech. (Each of them is about 4 minutes in length) Now I want to mix them and receive a 4 minute speech wit

Solution 1:

For merging two audio files, you will have to use FFMPEG util compiled for Android. Here are some links I found regarding compiling FFMPEG for android :

  1. How to Build FFmpeg for Android
  2. Download FFMPEG library for Android (SourceForge)

Here is the Google groups thread regarding how to use FFMPEG library in android to merge 2 audio files.

Also have a look at this SO post too. Hope it helps.


Post a Comment for "How To Combine Two Audio Files On Top Of Each Other In Android"