PortAudio 2.0

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

◆ NUM_SECONDS

#define NUM_SECONDS   (4)

Referenced by main().

◆ SAMPLE_RATE

#define SAMPLE_RATE   (44100)

Referenced by main().

Function Documentation

◆ main()