#include <yarp/dev/AudioRecorderDeviceBase.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <limits>
#include <functional>
Go to the source code of this file.
Macros | |
#define | AUTOMATIC_REC_START 0 |
#define | DEBUG_TIME_SPENT 0 |
#define | DEFAULT_SAMPLE_RATE (44100) |
#define | DEFAULT_NUM_CHANNELS (2) |
#define | DEFAULT_SAMPLE_SIZE (2) |
Functions | |
const yarp::os::LogComponent & | AUDIORECORDER_BASE () |
Variables | |
constexpr double | c_sleep_time =0.005 |
#define AUTOMATIC_REC_START 0 |
Definition at line 21 of file AudioRecorderDeviceBase.cpp.
#define DEBUG_TIME_SPENT 0 |
Definition at line 22 of file AudioRecorderDeviceBase.cpp.
#define DEFAULT_NUM_CHANNELS (2) |
Definition at line 26 of file AudioRecorderDeviceBase.cpp.
#define DEFAULT_SAMPLE_RATE (44100) |
Definition at line 25 of file AudioRecorderDeviceBase.cpp.
#define DEFAULT_SAMPLE_SIZE (2) |
Definition at line 27 of file AudioRecorderDeviceBase.cpp.
const yarp::os::LogComponent & AUDIORECORDER_BASE | ( | ) |
Definition at line 18 of file AudioRecorderDeviceBase.cpp.
Definition at line 16 of file AudioRecorderDeviceBase.cpp.