#include <yarp/os/ManagedBytes.h>
#include <yarp/os/Thread.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/AudioRecorderDeviceBase.h>
#include <yarp/dev/CircularAudioBuffer.h>
#include <portaudio.h>
Go to the source code of this file.
Classes | |
class | PortAudioRecorderDeviceDriver |
portaudioRecorder : A device driver for an audio source wrapped by PortAudio library. More... | |