#include "JackClient.H"
#include <iostream>
#include <math.h>
#include <unistd.h>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ f_round
#define f_round |
( |
|
f | ) |
lrintf(f) |
◆ float_16
#define float_16 |
( |
|
s, |
|
|
|
d |
|
) |
| |
Value: } else {\
}
#define SAMPLE_16BIT_SCALING
#define NORMALIZED_FLOAT_MAX
#define NORMALIZED_FLOAT_MIN
Definition at line 41 of file I2SEndianTest.C.
◆ NORMALIZED_FLOAT_MAX
#define NORMALIZED_FLOAT_MAX 1.0f |
◆ NORMALIZED_FLOAT_MIN
#define NORMALIZED_FLOAT_MIN -1.0f |
◆ SAMPLE_16BIT_MAX
#define SAMPLE_16BIT_MAX 32767 |
◆ SAMPLE_16BIT_MAX_F
#define SAMPLE_16BIT_MAX_F 32767.0f |
◆ SAMPLE_16BIT_MIN
#define SAMPLE_16BIT_MIN -32767 |
◆ SAMPLE_16BIT_MIN_F
#define SAMPLE_16BIT_MIN_F -32767.0f |
◆ SAMPLE_16BIT_SCALING
#define SAMPLE_16BIT_SCALING 32767.0f |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |