Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: webrtc/common_audio/blocker.h

Issue 2320833002: Compensate for the IntelligibilityEnhancer processing delay in high bands (Closed)
Patch Set: Add delay test Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/common_audio/blocker.cc » ('j') | webrtc/common_audio/blocker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/blocker.h
diff --git a/webrtc/common_audio/blocker.h b/webrtc/common_audio/blocker.h
index 07f9f1abe02beefe6b9db772e1d26a6c7995feea..d941c2acc061ab663da9ce564d70e5a7745e1350 100644
--- a/webrtc/common_audio/blocker.h
+++ b/webrtc/common_audio/blocker.h
@@ -79,6 +79,8 @@ class Blocker {
size_t num_output_channels,
float* const* output);
+ size_t initial_delay() const { return initial_delay_; }
+
private:
const size_t chunk_size_;
const size_t block_size_;
« no previous file with comments | « no previous file | webrtc/common_audio/blocker.cc » ('j') | webrtc/common_audio/blocker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698