Hi,
I want to be able to merge audio file A and audio file B into a new file C.
All of the files are binary, however I am stooped of how to do it. I'm not sure if different lengths of the audio files will affect the merging to create file C.
Could someone help me out?
*I had a look at the python thread on merging 2 binary files together, however I don't know how to implement it in C
Thank you.
I want to be able to merge audio file A and audio file B into a new file C.
All of the files are binary, however I am stooped of how to do it. I'm not sure if different lengths of the audio files will affect the merging to create file C.
Could someone help me out?
*I had a look at the python thread on merging 2 binary files together, however I don't know how to implement it in C
Thank you.
Comment