PortAudio  2.0
Data Structures | Macros | Typedefs | Functions
patest_sine8.c File Reference

Test 8 bit data: play a sine wave for several seconds. More...

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

Data Structures

struct  paTestData
 

Macros

#define NUM_SECONDS   (8)
 
#define SAMPLE_RATE   (44100)
 
#define TABLE_SIZE   (200)
 
#define TEST_UNSIGNED   (0)
 
#define TEST_FORMAT   paInt8
 
#define SILENCE   ((sample_t)0x00)
 
#define M_PI   (3.14159265)
 

Typedefs

typedef char sample_t
 

Functions

int main (void)
 

Detailed Description

Test 8 bit data: play a sine wave for several seconds.

Author
Ross Bencina rossb.nosp@m.@aud.nosp@m.iomul.nosp@m.ch.c.nosp@m.om

Macro Definition Documentation

#define M_PI   (3.14159265)
#define NUM_SECONDS   (8)
#define SAMPLE_RATE   (44100)
#define SILENCE   ((sample_t)0x00)
#define TABLE_SIZE   (200)
#define TEST_FORMAT   paInt8
#define TEST_UNSIGNED   (0)

Typedef Documentation

typedef char sample_t

Function Documentation

int main ( void  )