From 50c93f863d17d29dd8c707d5d47b4f2ad2d6719c Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Fri, 13 Oct 2023 17:30:31 +0900 Subject: [PATCH] [simulator][audio] Fix TCT(Tizen.MediaPlayer.Tests) Fails TCT failed when it tried to check the seek-test because the time wasn't accurate. So, Changed the audio latency in case of creating playback streams. The value of the fragments size is same with the value in alsa-sink [Version] 0.3.78 [Issue type] TCT fail(TEIGHT-5405) Change-Id: Ie60296adbe0d18a86a7f5b2f085172242b754220 Signed-off-by: Jaechul Lee --- media-config-simulator/hal/etc/pulse/device-map.json | 2 +- packaging/media-config.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-config-simulator/hal/etc/pulse/device-map.json b/media-config-simulator/hal/etc/pulse/device-map.json index 217191c..5a57a7b 100644 --- a/media-config-simulator/hal/etc/pulse/device-map.json +++ b/media-config-simulator/hal/etc/pulse/device-map.json @@ -31,7 +31,7 @@ "playback-devices":[ { "device-string":"tizen2:0,0", - "role":{"normal":"rate=44100 channels=2 fragment_size=17640 fragments=4"} + "role":{"normal":"rate=44100 channels=2 fragment_size=4408 fragments=4"} } ], "capture-devices":[ diff --git a/packaging/media-config.spec b/packaging/media-config.spec index f6b36db..0ce88c3 100644 --- a/packaging/media-config.spec +++ b/packaging/media-config.spec @@ -2,7 +2,7 @@ Name: media-config Summary: Multimedia Framework system configuration package -Version: 0.3.77 +Version: 0.3.78 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 -- 2.7.4