I want to combine two audio files. (A audio file + B audio file = AB audio file)
After searching around, I think the following steps will work
- Using an AudioTrack.
- Decode PCM from audio files.
- Combine PCM.
Are the above steps right, if not, what would be another way to achieve it?
Is there an example and Library source available to look at?
Check Audio Development for Android for information on the subject. Its going to take some research, I do not know much about Android or I would help further.