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