allow-passthrough: Add module to allow passthrough streams always go through
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 18 Mar 2016 14:28:12 +0000 (15:28 +0100)
committerArun Raghavan <arun@arunraghavan.net>
Wed, 22 Jun 2016 07:25:54 +0000 (12:55 +0530)
commit14804ba1ca4cfb58f2e8a9afa9ca87b309fa8d42
treee45b11f8c8987ae713291264ce3d69843fbd2d51
parent7ac5390042e0bc2c060bb29bceef0b0d8344f4b7
allow-passthrough: Add module to allow passthrough streams always go through

For various use-cases a passthrough stream should have priority over all
other streams and get exclusive access to the sink regardless of whether
any other streams are playing.

An example use-case is ensuring Kodi can successfully start video
playback (with passthrough) even if an external notification sound
happened to be playing at the same time.

Signed-off-by: Arun Raghavan <git@arunraghavan.net>
src/Makefile.am
src/modules/module-allow-passthrough.c [new file with mode: 0644]