can i insert some text to the audio data and then remove this text when receive ?
i would like to add identification to each audio sent like example
B4X:
Sub AudioStream_RecordBuffer(Data() As Byte)
Dim packet As UDPPacket
packet.Initialize(Data, ip, port)
UDPSck.Send(packet)
End sub
i would like to add identification to each audio sent like example
B4X:
packet.Initialize("Audio1"&Data, ip, port)