#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "portaudio.h"
Data Structures | |
| struct | paTestData |
Defines | |
| #define | NUM_SECONDS (1) |
| #define | SAMPLE_RATE (44100) |
| #define | M_PI (3.14159265) |
| #define | TABLE_SIZE (200) |
Functions | |
| PaError | TestOnce (void) |
| int | main (int argc, char **argv) |
| #define M_PI (3.14159265) |
| #define NUM_SECONDS (1) |
| #define SAMPLE_RATE (44100) |
| #define TABLE_SIZE (200) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| PaError TestOnce | ( | void | ) |
1.4.7