mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
forgot some files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@104 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
46091a9237
commit
839f99ffbf
8 changed files with 338 additions and 0 deletions
9
polyp/sound-file.h
Normal file
9
polyp/sound-file.h
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue