diff --git a/data/effects/avfilter/avfilter_allpass.xml b/data/effects/avfilter/avfilter_allpass.xml
index 907b414435..661a8edc9f 100644
--- a/data/effects/avfilter/avfilter_allpass.xml
+++ b/data/effects/avfilter/avfilter_allpass.xml
@@ -2,14 +2,14 @@
Allpass
- Apply a two-pole all-pass filter with central frequency (in Hz) frequency, and filter-width width. An all-pass filter changes the audio’s frequency to phase relationship without changing its frequency to amplitude relationship.
+ Apply a two-pole all-pass filter with central frequency and filter-width. An all-pass filter changes the audio’s frequency to phase relationship without changing its frequency to amplitude relationship.
libavfilter
- Central frequency
+ Central Frequency
Method
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -24,12 +24,12 @@
Order
1,2
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_bandpass.xml b/data/effects/avfilter/avfilter_bandpass.xml
index 3d738719ec..2da47ba0f6 100644
--- a/data/effects/avfilter/avfilter_bandpass.xml
+++ b/data/effects/avfilter/avfilter_bandpass.xml
@@ -2,17 +2,17 @@
Band-pass
- Apply a two-pole Butterworth band-pass filter with central frequency, and (3dB-point) band-width width. The csg option selects a constant skirt gain (peak gain = Q) instead of the default: constant 0dB peak gain. The filter roll off at 6dB per octave (20dB per decade).
+ Apply a two-pole Butterworth band-pass filter with central frequency and (3dB-point) band-width. The CSG option selects a constant skirt gain (peak gain = Q) instead of the default: constant 0dB peak gain. The filter roll off at 6dB per octave (20dB per decade).
libavfilter
Central Frequency
- Constant skirt gain
+ Constant Skirt Gain
Method
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -23,12 +23,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_bandreject.xml b/data/effects/avfilter/avfilter_bandreject.xml
index b6754d91bc..6d971de7bf 100644
--- a/data/effects/avfilter/avfilter_bandreject.xml
+++ b/data/effects/avfilter/avfilter_bandreject.xml
@@ -2,14 +2,14 @@
Band-Reject
- Apply a two-pole Butterworth band-reject filter with central frequency frequency, and (3dB-point) band-width width. The filter roll off at 6dB per octave (20dB per decade).
+ Apply a two-pole Butterworth band-reject filter with central frequency and (3dB-point) band-width. The filter roll off at 6dB per octave (20dB per decade).
libavfilter
- Central frequency
+ Central Frequency
Method
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -20,12 +20,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_bass.xml b/data/effects/avfilter/avfilter_bass.xml
index 587569f0e3..f1692c5a83 100644
--- a/data/effects/avfilter/avfilter_bass.xml
+++ b/data/effects/avfilter/avfilter_bass.xml
@@ -2,17 +2,17 @@
Bass
- Apply a two-pole all-pass filter with central frequency (in Hz) frequency, and filter-width width. Boost or cut lower frequencies.
+ Boost or cut the bass (lower) frequencies of the audio using a two-pole shelving filter with a response similar to that of a standard hi-fi’s tone-controls. This is also known as shelving equalisation (EQ)
libavfilter
Gain
- Central frequency
+ Central Frequency
Method
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -27,12 +27,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_equalizer.xml b/data/effects/avfilter/avfilter_equalizer.xml
index f5c98265ae..a1f18f56c1 100644
--- a/data/effects/avfilter/avfilter_equalizer.xml
+++ b/data/effects/avfilter/avfilter_equalizer.xml
@@ -1,15 +1,15 @@
-
+
Audio Equalizer (avfilter)
- Apply two-pole peaking equalization (EQ) filter
+ Apply two-pole peaking equalization (EQ) filter. With this filter, the signal-level at and around a selected frequency can be increased or decreased, whilst (unlike bandpass and bandreject filters) that at all other frequencies is unchanged.
libavfilter
Central Frequency
Width Type
- Hertz,Q-Factor,Octave,Slope,None
+ Hertz,Q-Factor,Octave,Slope,kHz
Band Width
@@ -20,4 +20,15 @@
Mix
+
+ Normalize
+
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
+
+
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
+
diff --git a/data/effects/avfilter/avfilter_highpass.xml b/data/effects/avfilter/avfilter_highpass.xml
index dd7967aec6..7aaa88efaa 100644
--- a/data/effects/avfilter/avfilter_highpass.xml
+++ b/data/effects/avfilter/avfilter_highpass.xml
@@ -2,14 +2,14 @@
High-pass
- Apply a high-pass filter with 3dB point frequency.
+ Apply a high-pass filter with 3dB point frequency. The filter can be either single-pole, or double-pole (the default). The filter roll off at 6dB per pole per octave (20dB per pole per decade).
libavfilter
- Central frequency
+ Central Frequency
Type
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -24,12 +24,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_highshelf.xml b/data/effects/avfilter/avfilter_highshelf.xml
index 558e8e5cae..b190a3a3be 100644
--- a/data/effects/avfilter/avfilter_highshelf.xml
+++ b/data/effects/avfilter/avfilter_highshelf.xml
@@ -2,14 +2,14 @@
High-shelf
- Apply a high shelf filter.
+ Apply a high-shelf filter.
libavfilter
- Central frequency
+ Central Frequency
Type
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -27,12 +27,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_lowpass.xml b/data/effects/avfilter/avfilter_lowpass.xml
index 802018132c..d29a9af370 100644
--- a/data/effects/avfilter/avfilter_lowpass.xml
+++ b/data/effects/avfilter/avfilter_lowpass.xml
@@ -2,14 +2,14 @@
Low-pass
- Apply a low-pass filter with 3dB point frequency.
+ Apply a low-pass filter with 3dB point frequency. The filter can be either single-pole or double-pole (the default). The filter roll off at 6dB per pole per octave (20dB per pole per decade).
libavfilter
- Central frequency
+ Central Frequency
Type
- Hz,Q-FActor,Octave,Slope,KHz
+ Hz,Q-FActor,Octave,Slope,kHz
Filter-width
@@ -24,12 +24,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_lowshelf.xml b/data/effects/avfilter/avfilter_lowshelf.xml
index b9f90b420f..0f9f7acdc8 100644
--- a/data/effects/avfilter/avfilter_lowshelf.xml
+++ b/data/effects/avfilter/avfilter_lowshelf.xml
@@ -5,11 +5,11 @@
Apply a low shelf filter.
libavfilter
- Central frequency
+ Central Frequency
Type
- Hz,Q-Factor,Octave,Slope,KHz
+ Hz,Q-Factor,Octave,Slope,kHz
Filter-width
@@ -27,12 +27,12 @@
Normalize
-
- Transform type
- di,dii,tdii,latt
+
+ Transform Type
+ DI,DII,TDII,LATT,State Variable Filter (SVF),Zero Delay Filter (ZDF)
- Filter precision
- Auto,s16,s32,f32,f64
+ Filter Precision
+ Auto,Signed 16-bit,Signed 32-bit,Float 32-bit,Float 64-bit
diff --git a/data/effects/avfilter/avfilter_shear.xml b/data/effects/avfilter/avfilter_shear.xml
index dcc891ece5..bc03d38538 100644
--- a/data/effects/avfilter/avfilter_shear.xml
+++ b/data/effects/avfilter/avfilter_shear.xml
@@ -10,7 +10,7 @@
Y-axis Shear Factor
-
+
Background Fill Color