Echo Cancellation on Android and AudioRecord
- Posted by admin
- On May 22, 2015
Background When developing a VoIP application, most implementations use AudioRecord as the foundation class for capturing audio from the microphone. Can this class be used to cancel echo as well ?
Read More