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"
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 SAMPLE_RATE (44100) |
#define TWOPI (M_PI * 2.0) |
Function Documentation