PortAudio  2.0
Data Structures | Macros | Functions
patest_sine_srate.c File Reference
#include <stdio.h>
#include <math.h>
#include "portaudio.h"

Data Structures

struct  paTestData
 

Macros

#define NUM_SECONDS   (5)
 
#define SAMPLE_RATE1   (44100)
 
#define SAMPLE_RATE2   (48000)
 
#define FRAMES_PER_BUFFER   (64)
 
#define M_PI   (3.14159265)
 
#define TABLE_SIZE   (200)
 

Functions

int main (void)
 

Macro Definition Documentation

#define FRAMES_PER_BUFFER   (64)
#define M_PI   (3.14159265)
#define NUM_SECONDS   (5)
#define SAMPLE_RATE1   (44100)
#define SAMPLE_RATE2   (48000)
#define TABLE_SIZE   (200)

Function Documentation

int main ( void  )

setup host specific info