mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
private: set min quantum to 32
Going as low as 32 is possible now with the better clock rate estimation.
This commit is contained in:
parent
be5e79831c
commit
9ec3e3ab6d
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define DEFAULT_QUANTUM 1024u
|
||||
#define MIN_QUANTUM 64u
|
||||
#define MIN_QUANTUM 32u
|
||||
|
||||
#define MAX_PARAMS 32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue