#include <stdio.h>
#include <math.h>
#include "portaudio.h"
Data Structures | |
struct | paTestData |
Defines | |
#define | OUTPUT_DEVICE (Pa_GetDefaultOutputDeviceID()) |
#define | NUM_SECONDS (8) |
#define | SLEEP_DUR (800) |
#define | SAMPLE_RATE (44100) |
#define | FRAMES_PER_BUFFER (256) |
#define | NUM_BUFFERS (0) |
Functions | |
int | main (void) |
#define FRAMES_PER_BUFFER (256) |
#define NUM_BUFFERS (0) |
#define NUM_SECONDS (8) |
#define OUTPUT_DEVICE (Pa_GetDefaultOutputDeviceID()) |
#define SAMPLE_RATE (44100) |
#define SLEEP_DUR (800) |
int main | ( | void | ) |