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