summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file.h
blob: 3a6fa415171a9b43d85622240ec363ffec58c687 (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);

#endif