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 authored and MarcLandis committed Aug 14, 2014
1 parent a7c2701 commit 4a0b3e5
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 @@ -148,3 +148,9 @@ effects {
#
# TODO: add default audio pre processor configurations after debug and tuning phase
#

pre_processing {
voice_communication {
aec {}
}
}

0 comments on commit 4a0b3e5

Please sign in to comment.