|
PortAudio 2.0
|
Self Testing Quality Assurance app for PortAudio Do lots of bad things to test error reporting. More...
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include "portaudio.h"#include "paqa_macros.h"Data Structures | |
| struct | PaQaData |
Macros | |
| #define | MODE_INPUT (0) |
| #define | MODE_OUTPUT (1) |
| #define | FRAMES_PER_BUFFER (64) |
| #define | SAMPLE_RATE (44100.0) |
Typedefs | |
| typedef PAQA_INSTANTIATE_GLOBALS struct PaQaData | PaQaData |
Functions | |
| int | main (void) |
Self Testing Quality Assurance app for PortAudio Do lots of bad things to test error reporting.
| #define FRAMES_PER_BUFFER (64) |
| #define MODE_INPUT (0) |
| #define MODE_OUTPUT (1) |
| #define SAMPLE_RATE (44100.0) |
| typedef PAQA_INSTANTIATE_GLOBALS struct PaQaData PaQaData |
| int main | ( | void | ) |
References ASSERT_EQ, Pa_Initialize(), Pa_Terminate(), paNoError, PAQA_EXIT_RESULT, and PAQA_PRINT_RESULT.