|
PortAudio 2.0
|
Play a simple (aliasing) sawtooth wave. More...
#include <stdio.h>#include <math.h>#include "portaudio.h"Go to the source code of this file.
Data Structures | |
| struct | paTestData |
Defines | |
| #define | NUM_SECONDS (4) |
| #define | SAMPLE_RATE (44100) |
Functions | |
| int | main (void) |
Play a simple (aliasing) sawtooth wave.
Definition in file paex_saw.c.
1.7.3