mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
commit liboil porting changes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/liboil-test@344 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0c9873e5b3
commit
e1f008f2a3
23 changed files with 917 additions and 232 deletions
|
|
@ -33,12 +33,19 @@ void pa_silence_memory(void *p, size_t length, const struct pa_sample_spec *spec
|
|||
|
||||
struct pa_mix_info {
|
||||
struct pa_memchunk chunk;
|
||||
pa_volume_t volume;
|
||||
struct pa_cvolume cvolume;
|
||||
void *userdata;
|
||||
};
|
||||
|
||||
size_t pa_mix(struct pa_mix_info channels[], unsigned nchannels, void *data, size_t length, const struct pa_sample_spec *spec, pa_volume_t volume);
|
||||
size_t pa_mix(const struct pa_mix_info channels[],
|
||||
unsigned nchannels,
|
||||
void *data,
|
||||
size_t length,
|
||||
const struct pa_sample_spec *spec,
|
||||
const struct pa_cvolume *volume);
|
||||
|
||||
void pa_volume_memchunk(struct pa_memchunk*c, const struct pa_sample_spec *spec, pa_volume_t volume);
|
||||
void pa_volume_memchunk(struct pa_memchunk*c,
|
||||
const struct pa_sample_spec *spec,
|
||||
const struct pa_cvolume *volume);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue