PortAudio
2.0
|
Tests full duplex blocking I/O by passing input straight to output. More...
Go to the source code of this file.
Macros | |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (512) |
#define | NUM_SECONDS (10) |
#define | DITHER_FLAG (0) |
#define | PA_SAMPLE_TYPE paFloat32 |
#define | SAMPLE_SIZE (4) |
#define | SAMPLE_SILENCE (0.0f) |
#define | PRINTF_S_FORMAT "%.8f" |
Functions | |
int | main (void) |
Tests full duplex blocking I/O by passing input straight to output.
Definition in file paex_read_write_wire.c.