#include "fakeMicrophone.h"
#include <yarp/os/Thread.h>
#include <yarp/os/Time.h>
#include <yarp/os/Semaphore.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <math.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Typedefs | |
typedef unsigned short int | audio_sample_16t |
Variables | |
constexpr size_t | c_SAMPLES_TO_BE_COPIED =512 |
constexpr size_t | c_bytes_form = 2 |
#define _USE_MATH_DEFINES |
Definition at line 19 of file fakeMicrophone.cpp.
typedef unsigned short int audio_sample_16t |
Definition at line 35 of file fakeMicrophone.cpp.
|
constexpr |
Definition at line 29 of file fakeMicrophone.cpp.
|
constexpr |
Definition at line 28 of file fakeMicrophone.cpp.