#include <stdio.h>
#include <math.h>
#include "portaudio.h"
Data Structures | |
struct | TestData |
Defines | |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (1024) |
#define | TONE_SECONDS (1) |
#define | TONE_FADE_SECONDS (.04) |
#define | GAP_SECONDS (.25) |
#define | BLIP_SECONDS (.035) |
#define | NUM_REPEATS (3) |
#define | M_PI (3.14159265) |
#define | TABLE_SIZE (2048) |
#define | MIN(a, b) (((a)<(b))?(a):(b)) |
Functions | |
int | main (void) |
Variables | |
volatile int | testCallback2Finished = 0 |
#define BLIP_SECONDS (.035) |
#define FRAMES_PER_BUFFER (1024) |
#define GAP_SECONDS (.25) |
#define M_PI (3.14159265) |
#define MIN | ( | a, | |||
b | ) | (((a)<(b))?(a):(b)) |
#define NUM_REPEATS (3) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (2048) |
#define TONE_FADE_SECONDS (.04) |
#define TONE_SECONDS (1) |
int main | ( | void | ) |
setup host specific info
setup host specific info
volatile int testCallback2Finished = 0 |