Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb42262_stream_interaction' into 'master'
Update stream interaction logic.

See merge request mer-core/pulseaudio!20
  • Loading branch information
Juho Hamalainen committed Jul 12, 2018
2 parents 943caf4 + f690b60 commit 0eef972
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 331 deletions.
2 changes: 2 additions & 0 deletions src/modules/module-role-ducking.c
Expand Up @@ -36,13 +36,15 @@ PA_MODULE_USAGE(
"ducking_roles=<Comma(and slash) separated list of roles which will be ducked. Slash can divide the roles into groups>"
"global=<Should we operate globally or only inside the same device?>"
"volume=<Volume for the attenuated streams. Default: -20dB. If trigger_roles and ducking_roles are separated by slash, use slash for dividing volume group>"
"duck_while_corked=<Duck ducking_roles even if trigger_roles are corked. Default false>"
);

static const char* const valid_modargs[] = {
"trigger_roles",
"ducking_roles",
"global",
"volume",
"duck_while_corked",
NULL
};

Expand Down

0 comments on commit 0eef972

Please sign in to comment.