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

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 
#define DEBUG_TIME_SPENT   0
 
#define DEFAULT_SAMPLE_RATE   (44100)
 
#define DEFAULT_NUM_CHANNELS   (2)
 
#define DEFAULT_SAMPLE_SIZE   (2)
 

Functions

const yarp::os::LogComponentAUDIOPLAYER_BASE ()
 

Variables

constexpr double c_sleep_time =0.005
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 6 of file AudioPlayerDeviceBase.cpp.

◆ DEBUG_TIME_SPENT

#define DEBUG_TIME_SPENT   0

Definition at line 24 of file AudioPlayerDeviceBase.cpp.

◆ DEFAULT_NUM_CHANNELS

#define DEFAULT_NUM_CHANNELS   (2)

Definition at line 28 of file AudioPlayerDeviceBase.cpp.

◆ DEFAULT_SAMPLE_RATE

#define DEFAULT_SAMPLE_RATE   (44100)

Definition at line 27 of file AudioPlayerDeviceBase.cpp.

◆ DEFAULT_SAMPLE_SIZE

#define DEFAULT_SAMPLE_SIZE   (2)

Definition at line 29 of file AudioPlayerDeviceBase.cpp.

Function Documentation

◆ AUDIOPLAYER_BASE()

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

Definition at line 21 of file AudioPlayerDeviceBase.cpp.

Variable Documentation

◆ c_sleep_time

constexpr double c_sleep_time =0.005
constexpr

Definition at line 19 of file AudioPlayerDeviceBase.cpp.