From: Jaechul Lee Date: Fri, 13 Oct 2023 08:30:31 +0000 (+0900) Subject: [simulator][audio] Fix TCT(Tizen.MediaPlayer.Tests) Fails X-Git-Tag: accepted/tizen/8.0/unified/20231017.145701^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50c93f863d17d29dd8c707d5d47b4f2ad2d6719c;p=platform%2Fhal%2Fbackend%2Fmedia-config.git [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 --- 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