patest_sine_time.c File Reference

Play a sine wave for several seconds, pausing in the middle. Uses the Pa_GetStreamTime() call. More...

#include <stdio.h>
#include <math.h>
#include "portaudio.h"
#include "pa_util.h"

Data Structures

struct  paTestData

Defines

#define NUM_SECONDS   (8)
#define SAMPLE_RATE   (44100)
#define FRAMES_PER_BUFFER   (64)
#define M_PI   (3.14159265)
#define TWOPI   (M_PI * 2.0)
#define TABLE_SIZE   (200)

Functions

int main (void)


Detailed Description

Play a sine wave for several seconds, pausing in the middle. Uses the Pa_GetStreamTime() call.

Author:
Ross Bencina <rossb@audiomulch.com>

Phil Burk <philburk@softsynth.com>


Define Documentation

#define FRAMES_PER_BUFFER   (64)

#define M_PI   (3.14159265)

#define NUM_SECONDS   (8)

#define SAMPLE_RATE   (44100)

#define TABLE_SIZE   (200)

#define TWOPI   (M_PI * 2.0)


Function Documentation

int main ( void   ) 

setup host specific info

setup host specific info


Generated on Thu Jul 23 02:49:22 2009 for PortAudio by  doxygen 1.5.8