Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can any of you suggest a good and stable echo cancelation package (gnu or not) to be linked with my videoconference application (C/C++) (Windows / Linux / MacOSX) ? My application should be freeware, so i do not want to pay for each user who download the app.

share|improve this question

2 Answers

Oslec is the best I know of. Might also look into the speex codec stack which includes an echo canceller.

share|improve this answer
Thanks, i'll try Oslec. I don't recommend speex for echo cancellation though. We have tried it for a long time with no good results. – Jorg B Jorge May 31 '10 at 6:18
2  
I'm a bit late with the comment, but just in case anyone will read this topic: OSLEC - is a LINE ECHO CANCELLER while SPEEX is an acoustic one. These are completely different things. As you are talking about VOIP application I guess you need AEC (acoustic echo canceller). OSLEC will do nothing with it. – Dalamber Feb 4 '11 at 6:05

I've used Speex AEC successfully in 2 different VoIP applications. You might be interested in the Speex dev group if issues arise.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.