blob: 820d1273b86294fb128718cfc7836e104d21146c [file] [log] [blame]
andrew@webrtc.org041035b2015-01-26 21:23:53 +00001/*
peah8864fe52016-04-05 14:42:46 -07002 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
andrew@webrtc.org041035b2015-01-26 21:23:53 +00003 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
peahc54aad62016-04-05 00:02:33 -070010#ifndef WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_
11#define WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_
andrew@webrtc.org041035b2015-01-26 21:23:53 +000012
peah8864fe52016-04-05 14:42:46 -070013// TODO(peah): Remove as soon as all downstream dependencies are resolved.
14#include "webrtc/modules/audio_processing/utility/audio_ring_buffer.h"
Andrew MacDonald2d627a62015-06-17 11:39:36 -070015
peahc54aad62016-04-05 00:02:33 -070016#endif // WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_