Maybe something about the number of channels? Recorded sounds are mono (1 channel), whereas the other example uses 2 channels.
Is there a way to go arround this? Like converting the mono buffer to a stereo?
So the array for a stereo buffer would be [s-left,s-right,s-left,s-right] ?
And mono? If it is just [s-mono,s-mono] couldnt i transform it into [s-mono,s-mono-copy,s-mono,s-mono-copy] ?
Or am i understanding this completely wrong?
And what how does the size of the combined buffer relates to the size of the original ones? Is it half? twice? random?
Do you mean the file size?
I merged two recorded files. The file size of the two merged buffers is the same as the largest of the two.ok, the SampleCount from the downloaded file is 93684 and the recorded one is 74970 although the recorded one is 2 seconds long but the downloaded is only 1 second long.
So, it must be the problem with the chanel count.