libcdio-paranoia  10.2+0.94+2git
Functions
header.h File Reference

WAV, AIFF and AIFC header-writing routines. More...

Go to the source code of this file.

Functions

void WriteWav (int f, long int i_bytes)
 
void WriteAifc (int f, long int i_bytes)
 
void WriteAiff (int f, long int_bytes)
 

Detailed Description

WAV, AIFF and AIFC header-writing routines.

header for WAV, AIFF and AIFC header-writing routines.

Function Documentation

void WriteAifc ( int  f,
long int  i_bytes 
)

Writes AIFC headers

void WriteAiff ( int  f,
long  int_bytes 
)

Writes AIFF headers

void WriteWav ( int  f,
long int  bytes 
)

Writes WAV headers

Referenced by main().