PortAudio
2.0
|
Macros | |
#define | SAMPLE_RATE (44100) |
#define | CHANNELS (2) /* set to 0 to use all device channels */ |
#define | FRAMES_PER_BUFFER (512) |
#define | NUM_SECONDS (10) |
#define | DITHER_FLAG (0) |
#define | USE_LOOPBACK_INPUT (0) |
#define | PA_SAMPLE_TYPE paFloat32 |
#define | SAMPLE_SIZE (4) |
#define | SAMPLE_SILENCE (0.0f) |
#define | PRINTF_S_FORMAT "%.8f" |
Functions | |
int | main (void) |
#define CHANNELS (2) /* set to 0 to use all device channels */ |
#define DITHER_FLAG (0) |
#define FRAMES_PER_BUFFER (512) |
#define NUM_SECONDS (10) |
#define PA_SAMPLE_TYPE paFloat32 |
#define PRINTF_S_FORMAT "%.8f" |
#define SAMPLE_RATE (44100) |
#define SAMPLE_SILENCE (0.0f) |
#define SAMPLE_SIZE (4) |
#define USE_LOOPBACK_INPUT (0) |
int main | ( | void | ) |