Click here to Skip to main content
15,881,787 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have two byte arrays full of raw data from RTP packets.
Each array is representing a voice and one person in the conversion, and I would like to put them together so I can hear the whole conversion. The two arrays are pretty much the same size.


I Heard that maybe I need to create a third array and each byte there should be the sum of the bytes in the same locations in the two arrays - C[i]=A[i]+B[i], or something like this.

I think it needs to be some operation between the two arrays.

I am using C#.

any ideas? Thnaks ahead
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900