PortAudio
2.0
|
Attempt to hear difference between dithered and non-dithered signal. More...
Data Structures | |
struct | paTestData |
Macros | |
#define | NUM_SECONDS (5) |
#define | SAMPLE_RATE (44100) |
#define | M_PI (3.14159265) |
#define | TABLE_SIZE (200) |
Typedefs | |
typedef struct paTestData | paTestData |
Functions | |
PaError | PlaySine (paTestData *data, PaStreamFlags flags, float amplitude) |
int | main (void) |
Attempt to hear difference between dithered and non-dithered signal.
This only has an effect if the native format is 16 bit.
#define M_PI (3.14159265) |
#define NUM_SECONDS (5) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (200) |
typedef struct paTestData paTestData |
int main | ( | void | ) |
PaError PlaySine | ( | paTestData * | data, |
PaStreamFlags | flags, | ||
float | amplitude | ||
) |