Skip to content

Commit

Permalink
mako: enable echo cancellation for voice communication
Browse files Browse the repository at this point in the history
This greatly improves the quality of VoIP calls, tested on the app
"LINE". Without this, the other party will be able to hear echo
of their own voice.

Reference: http://source.android.com/devices/audio_implement.html#preprocessing

Change-Id: Id0ccb732778ecc8d4c9e140249ec230654f351cc
  • Loading branch information
pawitp committed May 24, 2014
1 parent 7517a94 commit ace82d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions audio_effects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,9 @@ effects {
#
# TODO: add default audio pre processor configurations after debug and tuning phase
#

pre_processing {
voice_communication {
aec {}
}
}

0 comments on commit ace82d6

Please sign in to comment.