PipeWire
0.4.1
|
This module monitors udev for ALSA devices and creates the required PipeWire Device objects for each ALSA device.
Devices advertised by udev are reserved using the DBus ReserveDevice API and exported as SPA_TYPE_INTERFACE_Device in the pw_core. For each device, objects of type SPA_TYPE_INTERFACE_Node are then created as required.
Additionally, extra configuration is applied as shown below. This configuration is applied before the device is exported.
This module loads the alsa-monitor.conf
configuration file. The main component in that file is the rules = []
array that consists of multiple dictionaries that matches
a device and specifying actions
to take.
The following actions
are supported:
update-props
: update properties on the matched objectFor example:
This modules supports the following entries in the properties
dictionary:
alsa.reserve = false
: disable device reservation (default: enabled)alsa.jack-device = true
: create a JACK device (default: disabled), see the comment in the example configuration file.See the alsa-monitor.conf
provided by your installation for details on possible actions and matches.