comparison audio/AudioCallbackPlaySource.h @ 475:f93820d36cb0 recording

Start stubbing in audio record
author Chris Cannam
date Tue, 18 Aug 2015 14:04:47 +0100
parents c6094bca34f4
children cd9dec2f47e8
comparison
equal deleted inserted replaced
474:fdce8a452b19 475:f93820d36cb0
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 AUDIO_CALLBACK_PLAY_SOURCE_H
17 #define _AUDIO_CALLBACK_PLAY_SOURCE_H_ 17 #define 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"