Adrian Georgescu <ag <at> ag-projects.com> writes: > > If you like Python and PJSIP you could take a look at SIP SIMPLE > client SDK. It contains functions to capture audio as well. > > http://sipsimpleclient.com/wiki/SipMiddlewareApi#MiddlewareAPI > > Adrian > > On Apr 1, 2010, at 11:11 AM, maciek wrote: > > > Is there Python api to capture call audio and manipulate samples? > > > > maciek > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip <at> lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > Actually I was thinking about pjsua.py lib becouse I already wrote a some code using this lib and I am wondering how can I capture stream to buff to detect signal. I have already implement inband signal detection too (python), but i have no idea how to get to the stream to make this detection a real-time. Maciek