#include <yarp/os/Log.h>
#include <yarp/dev/AudioBufferSize.h>
#include <cstdio>
#include <string>
#include <yarp/os/LogStream.h>
Go to the source code of this file.
Classes | |
class | yarp::dev::CircularAudioBuffer< SAMPLE > |
Namespaces | |
yarp | |
The main, catch-all namespace for YARP. | |
yarp::dev | |
An interface for the device drivers. | |
Typedefs | |
typedef yarp::dev::CircularAudioBuffer< unsigned char > | yarp::dev::CircularAudioBuffer_8t |
typedef yarp::dev::CircularAudioBuffer< unsigned short int > | yarp::dev::CircularAudioBuffer_16t |
typedef yarp::dev::CircularAudioBuffer< unsigned int > | yarp::dev::CircularAudioBuffer_32t |