mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
add pa_ prefix to all identifiers.
fix downsampling/resampling add support for U8 samples git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@49 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8a5ab1c79
commit
e61c2dddb7
91 changed files with 1795 additions and 1643 deletions
7
src/sconv-s16le.h
Normal file
7
src/sconv-s16le.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue