PortAudio 2.0
patest_many.c File Reference

Start and stop the PortAudio Driver multiple times. More...

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

Data Structures

struct  paTestData
 

Macros

#define NUM_SECONDS   (1)
 
#define SAMPLE_RATE   (44100)
 
#define M_PI   (3.14159265)
 
#define TABLE_SIZE   (200)
 

Functions

PaError TestOnce (void)
 
int main (int argc, char **argv)
 

Detailed Description

Start and stop the PortAudio Driver multiple times.

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

Macro Definition Documentation

◆ M_PI

#define M_PI   (3.14159265)

Referenced by TestOnce().

◆ NUM_SECONDS

#define NUM_SECONDS   (1)

Referenced by TestOnce().

◆ SAMPLE_RATE

#define SAMPLE_RATE   (44100)

Referenced by TestOnce().

◆ TABLE_SIZE

#define TABLE_SIZE   (200)

Referenced by TestOnce().

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

References TestOnce().

◆ TestOnce()