mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
core: Move pa_mix() into new file mix.c
idea is to allow optimized code path (similar to volume code) and rework/specialize mixing cases to enable runtime performance improvements no functionality changes in this patch Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
bc8b6eaf95
commit
95b64804ab
12 changed files with 746 additions and 675 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <pulsecore/endianmacros.h>
|
||||
#include <pulsecore/memblock.h>
|
||||
#include <pulsecore/sample-util.h>
|
||||
#include <pulsecore/mix.h>
|
||||
|
||||
|
||||
/* PA_SAMPLE_U8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue