mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
10 lines
193 B
C
10 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
|