kwiberg
ac9f876bc0
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
...
gmock.h and gtest.h were moved (or rather, got wrappers so that we
could put some icky compatibility hacks in one place instead of 500)
in this CL: https://codereview.webrtc.org/2358993004/
NOPRESUBMIT=true
BUG=webrtc:6398
Review-Url: https://codereview.webrtc.org/2381013002
Cr-Commit-Position: refs/heads/master@{#14464}
2016-10-01 05:29:53 +00:00
kwiberg
77eab70470
Enable the -Wundef warning for clang
...
NOPRESUBMIT=true
BUG=webrtc:6398
Review-Url: https://codereview.webrtc.org/2358993004
Cr-Commit-Position: refs/heads/master@{#14425}
2016-09-29 00:42:08 +00:00
aluebs
0a00759780
Fix the stereo support in IntelligibilityEnhancer
...
Review URL: https://codereview.webrtc.org/1729753003
Cr-Commit-Position: refs/heads/master@{#11795}
2016-02-27 01:17:44 +00:00
Alejandro Luebs
18fcbcf48c
Use VAD to get a better speech power estimation in the IntelligibilityEnhancer
...
R=henrik.lundin@webrtc.org , turaj@webrtc.org
Review URL: https://codereview.webrtc.org/1693823004 .
Cr-Commit-Position: refs/heads/master@{#11713}
2016-02-22 23:57:45 +00:00
Alejandro Luebs
32348192cc
Fix and simplify the power estimation in the IntelligibilityEnhancer
...
R=henrik.lundin@webrtc.org , turaj@webrtc.org
Review URL: https://codereview.webrtc.org/1685703004 .
Cr-Commit-Position: refs/heads/master@{#11663}
2016-02-18 04:04:25 +00:00
ekmeyerson
3ab2f14d56
Remove C++11 calls from intelligibility_utils
...
The C++11 here was overkill. This replaces it with simpler logic that
covers all cases encountered so far in practice.
The problem was previously brought up here: https://codereview.webrtc.org/1250663007/
BUG=427718, 487341, webrtc:4866
R=andrew@webrtc.org
Review URL: https://codereview.webrtc.org/1242943008
Cr-Commit-Position: refs/heads/master@{#9627}
2015-07-23 19:15:32 +00:00
ekm
35b72fbceb
Add new variance update option and unittests for intelligibility
...
- New option for computing variance that is more adaptive with lower complexity.
- Fixed related off-by-one errors.
- Added intelligibility unittests.
- Do not enhance if experiencing variance underflow.
R=andrew@webrtc.org , henrik.lundin@webrtc.org
Review URL: https://codereview.webrtc.org/1207353002 .
Cr-Commit-Position: refs/heads/master@{#9567}
2015-07-10 21:11:57 +00:00