Echo Cancellation on Android and AudioRecord
- On June 5, 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