diff options
Diffstat (limited to 'src/sconv-s16le.h')
-rw-r--r-- | src/sconv-s16le.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sconv-s16le.h b/src/sconv-s16le.h new file mode 100644 index 00000000..cfbf81fd --- /dev/null +++ b/src/sconv-s16le.h @@ -0,0 +1,7 @@ +#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 |