PortAudio
2.0
|
Play a sine then hang audio callback to test watchdog. More...
Data Structures | |
struct | paTestData |
Macros | |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (1024) |
#define | M_PI (3.14159265) |
#define | TWOPI (M_PI * 2.0) |
Typedefs | |
typedef struct paTestData | paTestData |
Functions | |
int | main (void) |
Play a sine then hang audio callback to test watchdog.
#define FRAMES_PER_BUFFER (1024) |
#define M_PI (3.14159265) |
#define SAMPLE_RATE (44100) |
#define TWOPI (M_PI * 2.0) |
typedef struct paTestData paTestData |
int main | ( | void | ) |