(hello.mp3) + (hi.mp3) ===> welcome.mp3
length: 3 + length: 5 =====> length: 8
I want to concatenate hello.mp3 file and hi.mp3 file into one file to make welcome.mp3 file.
Is there a way to AS3?
Is there a related library?
I have to solve this.
Extracting each ByteArray and combining them into one doesn't seem to work.
What should I do?
Who has experienced such a project?