I receive 20-ms G711 frame (160 byte), add 2 byte header and push it ti ASP-queue.
There is src (yep, it is ugly):
There is no sound. And after some time application crashs.Code:TUint8 buf[162]; buf[0]=0x01; buf[1]=0x00; for (int i=0; i<160; i++) { buf[i+2]=aPayloadData[i]; } TPtr8 frame(buf,162); TAPSCommBuffer RTPbuffer; RTPbuffer.iBuffer.Copy(frame); outQueue->Send(RTPbuffer); // RMsgQueue<TAPSCommBuffer>* outQueue;
What's wrong?
PS. I test it on E65 device.



