YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
AudioRecorderDeviceBase.cpp File Reference
#include <yarp/dev/AudioRecorderDeviceBase.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <limits>
#include <functional>
+ Include dependency graph for AudioRecorderDeviceBase.cpp:

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::LogComponentAUDIORECORDER_BASE ()
 

Variables

constexpr double c_sleep_time =0.005
 

Macro Definition Documentation

◆ AUTOMATIC_REC_START

#define AUTOMATIC_REC_START   0

Definition at line 21 of file AudioRecorderDeviceBase.cpp.

◆ DEBUG_TIME_SPENT

#define DEBUG_TIME_SPENT   0

Definition at line 22 of file AudioRecorderDeviceBase.cpp.

◆ DEFAULT_NUM_CHANNELS

#define DEFAULT_NUM_CHANNELS   (2)

Definition at line 26 of file AudioRecorderDeviceBase.cpp.

◆ DEFAULT_SAMPLE_RATE

#define DEFAULT_SAMPLE_RATE   (44100)

Definition at line 25 of file AudioRecorderDeviceBase.cpp.

◆ DEFAULT_SAMPLE_SIZE

#define DEFAULT_SAMPLE_SIZE   (2)

Definition at line 27 of file AudioRecorderDeviceBase.cpp.

Function Documentation

◆ AUDIORECORDER_BASE()

const yarp::os::LogComponent & AUDIORECORDER_BASE ( )

Definition at line 18 of file AudioRecorderDeviceBase.cpp.

Variable Documentation

◆ c_sleep_time

constexpr double c_sleep_time =0.005
constexpr

Definition at line 16 of file AudioRecorderDeviceBase.cpp.