PortAudio  2.0
Data Structures | Macros | Functions
pa_minlat.c File Reference

Experiment with different numbers of buffers to determine the minimum latency for a computer. More...

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

Data Structures

struct  paTestData
 

Macros

#define M_PI   (3.14159265)
 
#define TWOPI   (M_PI * 2.0)
 
#define DEFAULT_BUFFER_SIZE   (32)
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Experiment with different numbers of buffers to determine the minimum latency for a computer.

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

Macro Definition Documentation

#define DEFAULT_BUFFER_SIZE   (32)

Referenced by main().

#define M_PI   (3.14159265)
#define TWOPI   (M_PI * 2.0)

Function Documentation

int main ( int  argc,
char **  argv 
)