List: pjsip@lists.pjsip.org
From: mylen
Re: [pjsip] How to play WAV with VAS?
Wed, Oct 21, 2009 3:27 PM
Hi Nanang:
Thanks for reply,now I resolved this problem with some hack,direct copy audio data to pjmedia_frame_ext_append_subframe() in RecCb() callback,it's very ugly,but it works.Maybe the better way should use pjmedia port as you said,can you give me some advice? Thanks again.