Increase prebuffer size 77/300877/1
authorJaechul Lee <jcsing.lee@samsung.com>
Fri, 3 Nov 2023 07:54:29 +0000 (16:54 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 3 Nov 2023 07:56:19 +0000 (16:56 +0900)
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 <jcsing.lee@samsung.com>
packaging/pulseaudio-modules-tizen.spec
src/preprocessor/processor_holder.c

index 1033594946bf73d46c3b1893477ada022109f042..e6c7f17ad451fe0cfc6a50fa64f0c66dc0e9d08b 100644 (file)
@@ -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+
index 31f4a7d001ae44b27951a3d417ca31c8f51ce0d3..ceed0d3921e8c0611dd569a16e5a8616e301f741 100644 (file)
@@ -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;