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 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 NUM_SECONDS   (8)
#define SAMPLE_RATE   (44100)
#define TABLE_SIZE   (200)
#define TWOPI   (M_PI * 2.0)

Function Documentation

int main ( void   ) 

Generated for PortAudio by  doxygen1.6.1