#include "PortAudioPlayerDeviceDriver.h"
#include <cstdlib>
#include <cstring>
#include <portaudio.h>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/api.h>
#include <yarp/os/Time.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <mutex>
Go to the source code of this file.
Macros | |
#define | SLEEP_TIME 0.010f |
#define | PA_SAMPLE_TYPE paInt16 |
#define | SAMPLE_SILENCE (0) |
Typedefs | |
typedef short | SAMPLE |
Definition at line 29 of file PortAudioPlayerDeviceDriver.cpp.
#define SAMPLE_SILENCE (0) |
Definition at line 31 of file PortAudioPlayerDeviceDriver.cpp.
#define SLEEP_TIME 0.010f |
Definition at line 22 of file PortAudioPlayerDeviceDriver.cpp.
Definition at line 30 of file PortAudioPlayerDeviceDriver.cpp.
|
static |
Definition at line 52 of file PortAudioPlayerDeviceDriver.cpp.