[simulator][audio] Fix TCT(Tizen.MediaPlayer.Tests) Fails 98/300098/1 accepted/tizen/8.0/unified/20231017.145701 tizen_8.0_m2_release
authorJaechul Lee <jcsing.lee@samsung.com>
Fri, 13 Oct 2023 08:30:31 +0000 (17:30 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Mon, 16 Oct 2023 23:21:42 +0000 (08:21 +0900)
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 <jcsing.lee@samsung.com>
media-config-simulator/hal/etc/pulse/device-map.json
packaging/media-config.spec

index 217191c..5a57a7b 100644 (file)
@@ -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":[
index f6b36db..0ce88c3 100644 (file)
@@ -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