To the support team, I am getting confused while studying the manual of speex1.2 Beta 2. If audio frame capture and playback are used asynchronously then speex_echo_cancel() function is preferred that is simpler then speex_echo_cancellation() function. However when I go through the API manual, In section 5.4.4.1 It is mentioned that this function is deprecated. Please tell me the set of functions to call to initialize the echo cancellation feature. Cheers Kamran A Jabbar Embedded System Engineer IBN KHALDUN SYSTEMS 65-C Second Floor Defence Commercial Area 'A' DHA Phase 2 Karachi 75500, Pakistan Cell : 0300-2633631 Tel : 92-21-5397301 Fax : 92-21-5397302 Web : www.ibnkhaldun.com.pk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20080626/9f3b30cf/attachment.htm
Kamran Abdul Jabbar a ?crit :> To the support team,I think you misspelled "mailing list". There's no support team, just a bunch of people who sometimes have questions or might be able to help others.> I am getting confused while studying the manual of speex1.2 Beta 2. > > If audio frame capture and playback are used asynchronously then > speex_echo_cancel() function is preferred that is simpler then > speex_echo_cancellation() function. > > However when I go through the API manual, > In section 5.4.4.1 > It is mentioned that this function is deprecated.It is deprecated because speex_echo_cancel() only differs by one (last) parameter, which is now unused.> Please tell me the set of functions to call to initialize the echo > cancellation feature.There's only one init function. Cheers, Jean-Marc