mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
module-equalizer-sink: trying new buffering strategies
This commit is contained in:
parent
d4fe5bfce9
commit
cf8331a0da
2 changed files with 160 additions and 145 deletions
|
|
@ -54,7 +54,7 @@
|
|||
* stored in SHM and our OS does not commit the memory before we use
|
||||
* it for the first time. */
|
||||
#define PA_MEMPOOL_SLOTS_MAX 1024
|
||||
#define PA_MEMPOOL_SLOT_SIZE (64*1024)
|
||||
#define PA_MEMPOOL_SLOT_SIZE (128*1024)
|
||||
|
||||
#define PA_MEMEXPORT_SLOTS_MAX 128
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue