commit | 4736d4e524567eda5c4d13ac7fb317802030b438 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Tue Apr 17 14:46:45 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 18 09:43:54 2018 |
tree | 015c99b40e608e41480fcafbf600110259cda818 | |
parent | a44ab181bf43d2ffb639c2e88f05d87752332190 [diff] |
AGC2 RNN VAD: Sequence buffer The SequenceBuffer class template implements a linear buffer with a Push operation that is used to add a fixed size chunk of new samples into the buffer. Its properties are its size and the size of the chunks that are pushed. It is used to implement the pitch buffer in the RNN VAD feature extractor, for which a ring buffer would be a painful choice. Bug: webrtc:9076 Change-Id: I4767bf06d5a414dbed724a96ea4186ef013a1e30 Reviewed-on: https://webrtc-review.googlesource.com/70204 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22919}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.