mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
audioconvert: add a invalid value for scale
The invalid value here is zero, this will help avoid inadvertant parameter updates and brings this on par with rest of the volume ramp parameters
This commit is contained in:
parent
b61bf8a27d
commit
dcec2e785e
4 changed files with 16 additions and 14 deletions
|
|
@ -262,6 +262,7 @@ enum spa_audio_channel {
|
|||
};
|
||||
|
||||
enum spa_audio_volume_ramp_scale {
|
||||
SPA_AUDIO_VOLUME_RAMP_INVALID,
|
||||
SPA_AUDIO_VOLUME_RAMP_LINEAR,
|
||||
SPA_AUDIO_VOLUME_RAMP_CUBIC,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue