[rpi3-spk][audio] system.pa: Modification of role-ducking argument 68/207468/5 accepted/tizen/unified/20190621.121858 submit/tizen/20190619.053430 submit/tizen/20190620.095920
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 5 Jun 2019 06:28:14 +0000 (15:28 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 19 Jun 2019 03:15:30 +0000 (12:15 +0900)
network-source-media stream type is considered to ducking effect.
ACM_Sink is specified to skip ducking effect.

[Version] 0.2.147
[Issue Type] New feature

Change-Id: I5606dcd55e78f22c8ec12833a6d16fc1336fda41
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa
packaging/mmfw-sysconf.spec

index 5aac8b9ced93e4a26f79368cb412fe836c78469d..0546564133b05a5857c7e94d71028ea76ab6fed7 100644 (file)
@@ -30,7 +30,7 @@ load-module module-udev-detect
 
 ### Sound Player module
 load-module module-sound-player
-load-module module-role-ducking global=1 trigger_roles=solo/notification,voice-information ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
+load-module module-role-ducking global=1 trigger_roles=solo/notification,voice-information ducking_roles=media,system,alarm,notification,voice-information,ext-media,network-source-media/media,ext-media,network-source-media volume=0%/25% fade_in=0/1000 fade_out=0/1000 skip_sinks=ACM_Sink
 
 ### Automatically load driver modules for Bluetooth hardware
 .ifexists module-bluetooth-policy.so
index 0dda5da97d396194591c8147d8135359a9d9becb..9cdb2a8be186f3276e52542d2e607afcbc3cafc5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.146
+Version:    0.2.147
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0