Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706692
Collapse All | Expand All

(-)a/audio.h (-2 / +2 lines)
Lines 136-142 Link Here
136
long wav_read(void *, double **buffer, int samples, int fast, int chunk);
136
long wav_read(void *, double **buffer, int samples, int fast, int chunk);
137
long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk);
137
long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk);
138
138
139
enum {
139
enum file_formats {
140
	WAV_NO_FMT = 0,
140
	WAV_NO_FMT = 0,
141
	WAV_FMT_8BIT,
141
	WAV_FMT_8BIT,
142
	WAV_FMT_16BIT,
142
	WAV_FMT_16BIT,
Lines 146-152 Link Here
146
	WAV_FMT_AIFF,
146
	WAV_FMT_AIFF,
147
	WAV_FMT_AIFC8,
147
	WAV_FMT_AIFC8,
148
	WAV_FMT_AIFC16
148
	WAV_FMT_AIFC16
149
} file_formats;
149
};
150
150
151
typedef struct
151
typedef struct
152
{
152
{

Return to bug 706692