PortAudio  2.0
Data Structures | Macros | Functions
paex_sine_c++.cpp File Reference
#include <stdio.h>
#include <math.h>
#include "portaudio.h"

Data Structures

class  Sine
 
class  ScopedPaHandler
 

Macros

#define NUM_SECONDS   (5)
 
#define SAMPLE_RATE   (44100)
 
#define FRAMES_PER_BUFFER   (64)
 
#define M_PI   (3.14159265)
 
#define TABLE_SIZE   (200)
 

Functions

int main (void)
 

Macro Definition Documentation

#define FRAMES_PER_BUFFER   (64)
#define M_PI   (3.14159265)

Referenced by Sine::Sine().

#define NUM_SECONDS   (5)
#define SAMPLE_RATE   (44100)

Referenced by Sine::open().

#define TABLE_SIZE   (200)

Referenced by Sine::Sine().

Function Documentation

int main ( void  )