I want to merge two audio files. (Audio file + B audio file = AB audio file)
After searching, I think the following steps will work
- Using AudioTrack.
- PCM decoding from audio files.
- Combine PCM.
Are these steps correct, if not, what will be another way to achieve it?
Is there an example and library source available for viewing?
source
share