mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
big resampler rework: support integer-only resampling, support speex resampler
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1712 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
4eb9bb0746
commit
ed4dc16b95
8 changed files with 723 additions and 442 deletions
|
|
@ -33,6 +33,9 @@
|
|||
#define pa_sconv_s16le_to_float32ne pa_sconv_s16be_to_float32ne
|
||||
#define pa_sconv_s16le_from_float32ne pa_sconv_s16be_from_float32ne
|
||||
|
||||
#define pa_sconv_s16le_to_float32re pa_sconv_s16be_to_float32re
|
||||
#define pa_sconv_s16le_from_float32re pa_sconv_s16be_from_float32re
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define SWAP_WORDS 0
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue