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

Unified Diff: media/base/audio_block_fifo.h

Issue 1647773002: MediaStream audio sourcing: Bypass audio processing for non-WebRTC cases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NOT FOR REVIEW -- This will be broken-up across multiple CLs. Created 4 years, 10 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 | « media/base/BUILD.gn ('k') | media/base/audio_fifo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_block_fifo.h
diff --git a/media/base/audio_block_fifo.h b/media/base/audio_block_fifo.h
index a90a3dfe65661a3b089f517703c53d9de6c18f78..8da932dffa6bc7a87fb682e08fb67c9623835ef0 100644
--- a/media/base/audio_block_fifo.h
+++ b/media/base/audio_block_fifo.h
@@ -17,6 +17,9 @@ namespace media {
// data as input and will deinterleave it into the FIFO, and it only allows
// consuming a whole block of AudioBus element.
// This class is thread-unsafe.
+//
+// NOTE: Consider using the more-efficient and easier-to-use AudioRechunker
+// instead of this FIFO implementation.
class MEDIA_EXPORT AudioBlockFifo {
public:
// Creates a new AudioBlockFifo and allocates |blocks| memory, each block
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/audio_fifo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698