Skip to content

media-session: add alsa-no-dsp module

Julian Bouzas requested to merge julian/pipewire:no-dsp into master

This MR adds an alsa-no-dsp module in media session that instructs the policy to not configure audio adapter nodes in DSP mode. Instead, device nodes will always be configured in passthrough mode, and client nodes will be configured in either convert or passthrough mode depending on whether the client format matches the device format or not.

The module is disabled by default. Some users want this to reduce audio conversions as much as possible.

Merge request reports