Hi,
I’ve got several short sounds files (.m4a) in my app and I would like to add this functionality :
users could generate 1 long file composed with some of these short files.
media.newRecording is not the solution, because I don’t need the microphone, and I don’t want the quality of the files to be altered.
In short, is it possible to “do” this in Corona :
File_1.m4a + File_2.m4a + File_3.m4a = newFile.m4a
Thank you for your help
Best,
Olivier