/usr/include/mpeg3/audio/mpeg3audio.h is in libmpeg3-dev 1.8.dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #ifndef MPEG3AUDIO_H
#define MPEG3AUDIO_H
int mpeg3audio_synth_stereo(mpeg3_layer_t *audio, float *bandPtr, int channel, float *out, int *pnt);
int mpeg3audio_doac3(mpeg3_ac3_t *audio, char *frame, int frame_size, float **output, int render);
int mpeg3audio_read_raw(mpeg3audio_t *audio, unsigned char *output,
long *size, long max_size);
#endif
|