webrtc: improve comment about mic geometry

The first mic channel position is not relevant for the target
direction definition.
This commit is contained in:
Tanu Kaskinen 2016-06-02 16:00:51 +03:00 committed by Arun Raghavan
parent d2d3d0e141
commit 99c3bc69d5

View file

@ -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: /* The target direction is expected to be in spherical point form:
* a,e,r * a,e,r
* *
* Where 'a is the azimuth of the first mic channel, 'e' its elevation, * Where 'a' is the azimuth of the target point relative to the center of
* and 'r' the radius. * the array, 'e' its elevation, and 'r' the radius.
* *
* 0 radians azimuth is to the right of the array, and positive angles * 0 radians azimuth is to the right of the array, and positive angles
* move in a counter-clockwise direction. * move in a counter-clockwise direction.