This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/src/cd-paranoia/header.h

18 lines
538 B
C
Raw Normal View History

/******************************************************************
* CopyPolicy: GNU Public License 2 applies
* Copyright (C) 1998 Monty xiphmont@mit.edu
******************************************************************/
/** \file header.h
* \brief header for WAV, AIFF and AIFC header-writing routines.
*/
/** Writes WAV headers */
extern void WriteWav(int f,long int i_bytes);
/** Writes AIFC headers */
extern void WriteAifc(int f,long int i_bytes);
/** Writes AIFF headers */
extern void WriteAiff(int f,long int_bytes);