PortAudio  2.0
Macros | Functions
patest_read_write_wire_wasapi.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "portaudio.h"

Macros

#define SAMPLE_RATE   (44100)
 
#define CHANNELS   (2) /* set to 0 to use all device channels */
 
#define FRAMES_PER_BUFFER   (512)
 
#define NUM_SECONDS   (10)
 
#define DITHER_FLAG   (0)
 
#define USE_LOOPBACK_INPUT   (0)
 
#define PA_SAMPLE_TYPE   paFloat32
 
#define SAMPLE_SIZE   (4)
 
#define SAMPLE_SILENCE   (0.0f)
 
#define PRINTF_S_FORMAT   "%.8f"
 

Functions

int main (void)
 

Macro Definition Documentation

#define CHANNELS   (2) /* set to 0 to use all device channels */
#define DITHER_FLAG   (0)
#define FRAMES_PER_BUFFER   (512)
#define NUM_SECONDS   (10)
#define PA_SAMPLE_TYPE   paFloat32
#define PRINTF_S_FORMAT   "%.8f"
#define SAMPLE_RATE   (44100)
#define SAMPLE_SILENCE   (0.0f)
#define SAMPLE_SIZE   (4)
#define USE_LOOPBACK_INPUT   (0)

Function Documentation

int main ( void  )