History log of /external/webrtc/webrtc/modules/audio_processing/beamformer/array_util.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be57983f4bd875c39a229bab5112b32dad004057 10-Nov-2015 Karl Wiberg <kwiberg@webrtc.org> Rename Maybe to Optional

And add examples of good and bad usage to the documentation.

R=aluebs@webrtc.org, henrik.lundin@webrtc.org, pthatcher@webrtc.org

Review URL: https://codereview.webrtc.org/1432553007 .

Cr-Commit-Position: refs/heads/master@{#10588}
/external/webrtc/webrtc/modules/audio_processing/beamformer/array_util.cc
102c6a61bc0b42dc0956d013530fc0213b7e881b 30-Oct-2015 kwiberg <kwiberg@webrtc.org> Replace rtc::cricket::Settable with rtc::Maybe

The former is very similar to the latter, but less general (mostly in
naming).

This CL, which is the first to use Maybe at scale, also removes the implicit conversion from T to Maybe<T>, since it was agreed that the increased verbosity increased legibility.

Review URL: https://codereview.webrtc.org/1430433004

Cr-Commit-Position: refs/heads/master@{#10461}
/external/webrtc/webrtc/modules/audio_processing/beamformer/array_util.cc
cb3f9bd9c024f11e1ee060de23bf65c7a1f9f594 30-Oct-2015 Alejandro Luebs <aluebs@webrtc.org> Make the nonlinear beamformer steerable

Depends on this CL: https://codereview.webrtc.org/1395453004/

R=andrew@webrtc.org

Review URL: https://codereview.webrtc.org/1394103003 .

Cr-Commit-Position: refs/heads/master@{#10458}
/external/webrtc/webrtc/modules/audio_processing/beamformer/array_util.cc
4a66e4a4d8847cef1e61aec6978f64dddece3d96 20-Oct-2015 aluebs <aluebs@webrtc.org> Make the separation between target and interferer scenario depend on microphone spacing in NonlinearBeamformer

Depends on this CL: https://codereview.webrtc.org/1378973003/

Review URL: https://codereview.webrtc.org/1388033002

Cr-Commit-Position: refs/heads/master@{#10330}
/external/webrtc/webrtc/modules/audio_processing/beamformer/array_util.cc