PortAudio  2.0
Data Structures | Macros | Functions

Play a simple (aliasing) sawtooth wave. More...

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

Data Structures

struct  paTestData
 

Macros

#define NUM_SECONDS   (4)
 
#define SAMPLE_RATE   (44100)
 

Functions

int main (void)
 

Detailed Description

Play a simple (aliasing) sawtooth wave.

Author
Phil Burk http://www.softsynth.com

Macro Definition Documentation

#define NUM_SECONDS   (4)
#define SAMPLE_RATE   (44100)

Function Documentation

int main ( void  )