pulseaudio/polyp/sound-file.h

10 lines
193 B
C
Raw Normal View History

#ifndef soundfilehfoo
#define soundfilehfoo
#include "memchunk.h"
#include "sample.h"
int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk);
#endif