Record input into an array; Save array to a file; Playback recorded data. More...
#include <stdio.h>#include <stdlib.h>#include "portaudio.h"Go to the source code of this file.
Data Structures | |
| struct | paTestData |
Defines | |
| #define | SAMPLE_RATE (44100) |
| #define | FRAMES_PER_BUFFER (512) |
| #define | NUM_SECONDS (5) |
| #define | NUM_CHANNELS (2) |
Typedefs | |
| typedef float | SAMPLE |
Functions | |
| int | main (void) |
Record input into an array; Save array to a file; Playback recorded data.
Definition in file paex_record.c.
1.6.1