I need to join multiple audio files into one sequence audio file.
like:
audio-A.mp3 length is [00:00:00 to 00:02:06]
audio-B.mp3 length is [00:00:00 to 00:01:02]
require output is audio-A.mp3 + audio-B.mp3
like this: audio-A.mp3 [00:00:00 to 00:02:06] + audio-B.mp3 [00:02:07 to 00:03:09]
total timing is [00:03:09]
Does anyone have any solutions to this problem?