patest_read_record.c File Reference

Record input into an array; Save array to a file; Playback recorded data. Implemented using the blocking API (Pa_ReadStream(), Pa_WriteStream() ). More...

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

Defines

#define SAMPLE_RATE   (44100)
#define FRAMES_PER_BUFFER   (1024)
#define NUM_SECONDS   (5)
#define NUM_CHANNELS   (2)
#define DITHER_FLAG   (0)
#define PA_SAMPLE_TYPE   paFloat32
#define SAMPLE_SILENCE   (0.0f)
#define PRINTF_S_FORMAT   "%.8f"

Typedefs

typedef float SAMPLE

Functions

int main (void)


Detailed Description

Record input into an array; Save array to a file; Playback recorded data. Implemented using the blocking API (Pa_ReadStream(), Pa_WriteStream() ).

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

Ross Bencina rossb@audiomulch.com


Define Documentation

#define DITHER_FLAG   (0)

#define FRAMES_PER_BUFFER   (1024)

#define NUM_CHANNELS   (2)

#define NUM_SECONDS   (5)

#define PA_SAMPLE_TYPE   paFloat32

#define PRINTF_S_FORMAT   "%.8f"

#define SAMPLE_RATE   (44100)

#define SAMPLE_SILENCE   (0.0f)


Typedef Documentation

typedef float SAMPLE


Function Documentation

int main ( void   ) 


Generated on Mon Apr 30 04:06:40 2007 for PortAudio by  doxygen 1.4.7