#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "portaudio.h"
Data Structures | |
| struct | paTestData |
Defines | |
| #define | M_PI (3.14159265) |
| #define | TWOPI (M_PI * 2.0) |
| #define | DEFAULT_BUFFER_SIZE (32) |
Functions | |
| int | main (int argc, char **argv) |
| #define DEFAULT_BUFFER_SIZE (32) |
| #define M_PI (3.14159265) |
| #define TWOPI (M_PI * 2.0) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
1.4.7