summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file.h
blob: 62a4a3716703fbed71a90037e74845f407c6e243 (plain)
1
2
3
4
5
6
7
8
9
#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, struct pa_memblock_stat *s);

#endif