#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "portaudio.h"
Data Structures | |
struct | paTestData |
Defines | |
#define | NUM_SECONDS (3) |
#define | SAMPLE_RATE (44100) |
#define | M_PI (3.14159265) |
#define | TABLE_SIZE (200) |
#define | BUFFER_TABLE 14 |
Functions | |
PaError | TestOnce (int buffersize, PaDeviceIndex) |
int | main (int argc, char **args) |
Variables | |
long | buffer_table [] = {paFramesPerBufferUnspecified,16,32,64,128,200,256,500,512,600,723,1000,1024,2345} |
#define BUFFER_TABLE 14 |
#define M_PI (3.14159265) |
#define NUM_SECONDS (3) |
#define SAMPLE_RATE (44100) |
#define TABLE_SIZE (200) |
int main | ( | int | argc, | |
char ** | args | |||
) |
PaError TestOnce | ( | int | buffersize, | |
PaDeviceIndex | ||||
) |
long buffer_table[] = {paFramesPerBufferUnspecified,16,32,64,128,200,256,500,512,600,723,1000,1024,2345} |