#include <cstdio>
#include <yarp/os/BufferedPort.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/AudioGrabberInterfaces.h>
#include <yarp/dev/WrapperSingle.h>
#include <yarp/os/Time.h>
#include <yarp/os/Network.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/Vocab.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/Log.h>
#include <list>
#include "AudioRecorderServerImpl.h"
#include "AudioRecorder_nws_yarp_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | AudioRecorder_nws_yarp |
AudioRecorder_nws_yarp : A Wrapper which streams audio over the network, after grabbing it from a device. More... | |
class | AudioRecorderStatusThread |
class | AudioRecorderDataThread |