mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@104 fefdeb5f-60dc-0310-8127-8f9354f1896f
9 lines
193 B
C
9 lines
193 B
C
#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
|