kjellander
c8fa692ec4
Update includes for webrtc/{base => rtc_base} rename (1/3)
...
I used a command like this to update the paths:
perl -pi -e "s/webrtc\/base/webrtc\/rtc_base/g" `find webrtc/rtc_base -name "*.cc" -o -name "*.h"`
The only manual edit is to add an include of webrtc/rtc_base/checks.h in
webrtc/modules/audio_device/android/opensles_common.h, which likely
was needed due to changed include paths due to 'git cl format'.
BUG=webrtc:7634
NOTRY=True
NOPRESUBMIT=True
Review-Url: https://codereview.webrtc.org/2969653002
Cr-Commit-Position: refs/heads/master@{#18871}
2017-06-30 21:02:00 +00:00
Karl Wiberg
be57983f4b
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}
2015-11-10 21:34:32 +00:00
Alejandro Luebs
cb3f9bd9c0
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}
2015-10-30 01:21:40 +00:00
aluebs
4a66e4a4d8
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}
2015-10-20 01:02:43 +00:00
bloch
ebe7422372
Created SphericalPoint in array_util.h
...
Review URL: https://codereview.webrtc.org/1211703002
Cr-Commit-Position: refs/heads/master@{#9507}
2015-06-25 21:24:11 +00:00
aluebs@webrtc.org
1d88394bcb
Add support for arbitrary array geometries in Beamformer
...
R=andrew@webrtc.org , mgraczyk@chromium.org
Review URL: https://webrtc-codereview.appspot.com/38299004
Cr-Commit-Position: refs/heads/master@{#8621}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8621 4adac7df-926f-26a2-2b94-8c16560cd09d
2015-03-05 20:39:20 +00:00