#include "audioFromFileDevice.h"
#include <yarp/os/Thread.h>
#include <yarp/os/Time.h>
#include <yarp/os/Semaphore.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <string>
Go to the source code of this file.
Typedefs | |
typedef unsigned short int | audio_sample_16t |
Variables | |
constexpr double | c_DEFAULT_PERIOD =0.01 |
typedef unsigned short int audio_sample_16t |
Definition at line 32 of file audioFromFileDevice.cpp.
|
constexpr |
Definition at line 26 of file audioFromFileDevice.cpp.