mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
|
|
@ -1 +1 @@
|
|||
Subproject commit 6cde4e76d338db78d3a66129be63949e141aa06b
|
||||
Subproject commit 6ce9b5acf76566ad1c14d0ca258c7cbb0c9284c7
|
||||
|
|
@ -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