PortAudio 2.0
|
Record input into an array; Save array to a file; Playback recorded data. More...
Go to the source code of this file.
Data Structures | |
struct | paTestData |
Macros | |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (512) |
#define | NUM_SECONDS (5) |
#define | NUM_CHANNELS (1) |
#define | DITHER_FLAG (0) |
#define | WRITE_TO_FILE (0) |
#define | PA_SAMPLE_TYPE paFloat32 |
#define | SAMPLE_SILENCE (0.0f) |
#define | PRINTF_S_FORMAT "%.8f" |
Functions | |
int | main (void) |
Record input into an array; Save array to a file; Playback recorded data.
Definition in file paex_record.c.
#define DITHER_FLAG (0) |
Definition at line 54 of file paex_record.c.
#define FRAMES_PER_BUFFER (512) |
Definition at line 50 of file paex_record.c.
#define NUM_CHANNELS (1) |
Definition at line 52 of file paex_record.c.
#define NUM_SECONDS (5) |
Definition at line 51 of file paex_record.c.
#define PA_SAMPLE_TYPE paFloat32 |
Definition at line 60 of file paex_record.c.
#define PRINTF_S_FORMAT "%.8f" |
Definition at line 63 of file paex_record.c.
#define SAMPLE_RATE (44100) |
Definition at line 49 of file paex_record.c.
#define SAMPLE_SILENCE (0.0f) |
Definition at line 62 of file paex_record.c.
#define WRITE_TO_FILE (0) |
Set to 1 if you want to capture the recording to a file.
Definition at line 56 of file paex_record.c.
int main | ( | void | ) |
Definition at line 196 of file paex_record.c.