mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
fix downsampling/resampling add support for U8 samples git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@49 fefdeb5f-60dc-0310-8127-8f9354f1896f
7 lines
227 B
C
7 lines
227 B
C
#ifndef foosconv_s16lefoo
|
|
#define foosconv_s16lefoo
|
|
|
|
void pa_sconv_s16le_to_float32(unsigned n, const void *a, unsigned an, float *b);
|
|
void pa_sconv_s16le_from_float32(unsigned n, const float *a, void *b, unsigned bn);
|
|
|
|
#endif
|