From b84fd3221a86af9c6fd3e0f4d99b805b690b7597 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Wed, 5 Jun 2019 15:28:14 +0900 Subject: [PATCH] [rpi3-spk][audio] system.pa: Modification of role-ducking argument 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 --- mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa | 2 +- packaging/mmfw-sysconf.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa b/mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa index 5aac8b9..0546564 100644 --- a/mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa +++ b/mmfw-sysconf-target-rpi3-spk/etc/pulse/system.pa @@ -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 diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 0dda5da..9cdb2a8 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -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 -- 2.34.1