andrew@webrtc.org | 041035b | 2015-01-26 21:23:53 +0000 | [diff] [blame] | 1 | /* |
peah | 8864fe5 | 2016-04-05 14:42:46 -0700 | [diff] [blame^] | 2 | * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
andrew@webrtc.org | 041035b | 2015-01-26 21:23:53 +0000 | [diff] [blame] | 3 | * |
| 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 | */ |
peah | c54aad6 | 2016-04-05 00:02:33 -0700 | [diff] [blame] | 10 | #ifndef WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_ |
| 11 | #define WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_ |
andrew@webrtc.org | 041035b | 2015-01-26 21:23:53 +0000 | [diff] [blame] | 12 | |
peah | 8864fe5 | 2016-04-05 14:42:46 -0700 | [diff] [blame^] | 13 | // TODO(peah): Remove as soon as all downstream dependencies are resolved. |
| 14 | #include "webrtc/modules/audio_processing/utility/audio_ring_buffer.h" |
Andrew MacDonald | 2d627a6 | 2015-06-17 11:39:36 -0700 | [diff] [blame] | 15 | |
peah | c54aad6 | 2016-04-05 00:02:33 -0700 | [diff] [blame] | 16 | #endif // WEBRTC_COMMON_AUDIO_AUDIO_RING_BUFFER_H_ |