mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-09 00:06:24 -04:00
If the filter-graph can apply volume, it will set the softVolume to 1.0 so that the rest of the audioconvert will not apply softVolume anymore. If it however not applies softVolume, it should pass the given softVolume and softMute unmodified to be applied elsewhere. The problem is that the filter-graph completely removed the softVolume and softMute properties and in case the filter-graph was in use, this resulted in the channelVolumes being applied in software. This then could result in double volumes, once in hardware and another time in software, causing sudden volume loss. Fixes #5344 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||