[pulseaudio-commits] Branch 'next' - src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Sun Jun 5 14:28:34 UTC 2016


 src/modules/echo-cancel/webrtc.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cae9a1123c6df3afa9b8a7e3d0b5bb57e725bff1
Author: Tanu Kaskinen <tanuk at iki.fi>
Date:   Thu Jun 2 16:00:51 2016 +0300

    webrtc: improve comment about mic geometry
    
    The first mic channel position is not relevant for the target
    direction definition.

diff --git a/src/modules/echo-cancel/webrtc.cc b/src/modules/echo-cancel/webrtc.cc
index db6873d..aadb1af 100644
--- a/src/modules/echo-cancel/webrtc.cc
+++ b/src/modules/echo-cancel/webrtc.cc
@@ -184,8 +184,8 @@ static bool parse_mic_geometry(const char **mic_geometry, std::vector<webrtc::Po
     /* The target direction is expected to be in spherical point form:
      *   a,e,r
      *
-     * Where 'a is the azimuth of the first mic channel, 'e' its elevation,
-     * and 'r' the radius.
+     * Where 'a' is the azimuth of the target point relative to the center of
+     * the array, 'e' its elevation, and 'r' the radius.
      *
      * 0 radians azimuth is to the right of the array, and positive angles
      * move in a counter-clockwise direction.



More information about the pulseaudio-commits mailing list