PortAudio  2.0
Data Structures | Defines | Functions

Use WMME-specific interface to send raw AC3 data to a S/PDIF output. More...

#include <stdio.h>
#include <math.h>
#include <windows.h>
#include <mmsystem.h>
#include "portaudio.h"
#include "pa_win_wmme.h"

Go to the source code of this file.

Data Structures

struct  paTestData

Defines

#define NUM_SECONDS   (20)
#define SAMPLE_RATE   (48000)
#define FRAMES_PER_BUFFER   (64)
#define M_PI   (3.14159265)
#define TABLE_SIZE   (100)
#define CHANNEL_COUNT   (2)

Functions

int main (int argc, char *argv[])

Detailed Description

Use WMME-specific interface to send raw AC3 data to a S/PDIF output.

Author:
Ross Bencina <rossb@audiomulch.com>

Definition in file paex_wmme_ac3.c.