From 9ec3e3ab6d78c1e4f71525055b828935a9b6864f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 25 Apr 2019 13:04:44 +0200 Subject: [PATCH] private: set min quantum to 32 Going as low as 32 is possible now with the better clock rate estimation. --- pipewire-jack | 2 +- src/pipewire/private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipewire-jack b/pipewire-jack index 6cde4e76d..6ce9b5acf 160000 --- a/pipewire-jack +++ b/pipewire-jack @@ -1 +1 @@ -Subproject commit 6cde4e76d338db78d3a66129be63949e141aa06b +Subproject commit 6ce9b5acf76566ad1c14d0ca258c7cbb0c9284c7 diff --git a/src/pipewire/private.h b/src/pipewire/private.h index 44b31b47e..4ad64d50a 100644 --- a/src/pipewire/private.h +++ b/src/pipewire/private.h @@ -46,7 +46,7 @@ extern "C" { #endif #define DEFAULT_QUANTUM 1024u -#define MIN_QUANTUM 64u +#define MIN_QUANTUM 32u #define MAX_PARAMS 32