#include <yarp/dev/DeviceDriver.h>#include <yarp/os/PeriodicThread.h>#include <yarp/dev/AudioRecorderDeviceBase.h>#include <yarp/sig/Sound.h>#include <yarp/sig/SoundFile.h>#include "AudioFromFileDevice_ParamsParser.h"#include <string>#include <mutex>#include <vector>#include <functional>
Include dependency graph for AudioFromFileDevice.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | AudioFromFileDevice |
audioFromFileDevice : This device driver, wrapped by default by AudioRecorderWrapper, is used to read data from a file and stream it to the network. More... | |