mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
increase number of buffers
This commit is contained in:
parent
414378283c
commit
a13b5cfdc3
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#define DEFAULT_RATE 44100
|
||||
#define DEFAULT_CHANNELS 2
|
||||
|
||||
#define MAX_BUFFERS 32
|
||||
#define MAX_BUFFERS 64
|
||||
#define MAX_PORTS 128
|
||||
|
||||
#define PROP_DEFAULT_TRUNCATE false
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "link.h"
|
||||
#include "work-queue.h"
|
||||
|
||||
#define MAX_BUFFERS 16
|
||||
#define MAX_BUFFERS 32
|
||||
|
||||
/** \cond */
|
||||
struct impl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue