comparison audio/AudioCallbackPlaySource.h @ 574:b3c35447ef31 3.0-integration

Wire up record monitoring
author Chris Cannam
date Wed, 04 Jan 2017 16:03:12 +0000
parents 6f54789f3127
children 298d864113f0
comparison
equal deleted inserted replaced
573:9fb190c6521b 574:b3c35447ef31
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef AUDIO_CALLBACK_PLAY_SOURCE_H 16 #ifndef SV_AUDIO_CALLBACK_PLAY_SOURCE_H
17 #define AUDIO_CALLBACK_PLAY_SOURCE_H 17 #define SV_AUDIO_CALLBACK_PLAY_SOURCE_H
18 18
19 #include "base/RingBuffer.h" 19 #include "base/RingBuffer.h"
20 #include "base/AudioPlaySource.h" 20 #include "base/AudioPlaySource.h"
21 #include "base/PropertyContainer.h" 21 #include "base/PropertyContainer.h"
22 #include "base/Scavenger.h" 22 #include "base/Scavenger.h"