#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::LogComponent & | AUDIOPLAYER_BASE () |
Variables | |
| constexpr double | c_sleep_time =0.005 |
| #define _USE_MATH_DEFINES |
Definition at line 6 of file AudioPlayerDeviceBase.cpp.
| #define DEBUG_TIME_SPENT 0 |
Definition at line 24 of file AudioPlayerDeviceBase.cpp.
| #define DEFAULT_NUM_CHANNELS (2) |
Definition at line 28 of file AudioPlayerDeviceBase.cpp.
| #define DEFAULT_SAMPLE_RATE (44100) |
Definition at line 27 of file AudioPlayerDeviceBase.cpp.
| #define DEFAULT_SAMPLE_SIZE (2) |
Definition at line 29 of file AudioPlayerDeviceBase.cpp.
| const yarp::os::LogComponent & AUDIOPLAYER_BASE | ( | ) |
Definition at line 21 of file AudioPlayerDeviceBase.cpp.
Definition at line 19 of file AudioPlayerDeviceBase.cpp.