From: Jaechul Lee Date: Fri, 3 Nov 2023 07:54:29 +0000 (+0900) Subject: Increase prebuffer size X-Git-Tag: accepted/tizen/unified/20231115.024823~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb15082fb06de237f8431a57828b82f40a6fb2bf;p=platform%2Fcore%2Fmultimedia%2Fpulseaudio-modules-tizen.git Increase prebuffer size In case of TV, it feeds reference data unregularly. So, it needs to gather more buffers. [Version] 15.0.63 [Issue Type] Update Change-Id: I730948ccdcaf933241e47d2b3813576cbd7fd519 Signed-off-by: Jaechul Lee --- diff --git a/packaging/pulseaudio-modules-tizen.spec b/packaging/pulseaudio-modules-tizen.spec index 1033594..e6c7f17 100644 --- a/packaging/pulseaudio-modules-tizen.spec +++ b/packaging/pulseaudio-modules-tizen.spec @@ -2,7 +2,7 @@ Name: pulseaudio-modules-tizen Summary: Pulseaudio modules for Tizen -Version: 15.0.62 +Version: 15.0.63 Release: 0 Group: Multimedia/Audio License: LGPL-2.1+ diff --git a/src/preprocessor/processor_holder.c b/src/preprocessor/processor_holder.c index 31f4a7d..ceed0d3 100644 --- a/src/preprocessor/processor_holder.c +++ b/src/preprocessor/processor_holder.c @@ -34,7 +34,7 @@ #include "processor_holder.h" #define MEMBLOCKQ_MAXLENGTH (16*1024*1024) -#define DEFAULT_PREBUFFER_MSEC (300) +#define DEFAULT_PREBUFFER_MSEC (600) pa_processor_holder *pa_processor_holder_new(pa_core *core, pa_sample_spec *ss) { pa_processor_holder *holder;