mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
filter-chain: add ebur128 filter
The EBU R128 filter measures the signal and generates LUFS control notifications for further processing. It also adds a plugin that can convert LUFS to a gain (based on a target LUFS). Also add an example filter-chain to enable the EBU R128 measurement and how to use the results to adjust the volume dynamically. See #2286 #222 #2210
This commit is contained in:
parent
f0f9fbb009
commit
df271d13f3
6 changed files with 792 additions and 3 deletions
|
|
@ -371,3 +371,7 @@ option('doc-sysconfdir-value',
|
|||
description : 'Sysconf data directory to show in documentation instead of the actual value.',
|
||||
type : 'string',
|
||||
value : '')
|
||||
option('ebur128',
|
||||
description: 'Enable code that depends on ebur128',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue