Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
297d1982
Commit
297d1982
authored
Oct 01, 2021
by
Massimo Stella
Browse files
Added new 4 xml UI for hiding some audio effects
parent
8953bd56
Pipeline
#84149
passed with stage
in 8 minutes and 49 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/audiolevel.xml
0 → 100644
View file @
297d1982
<!DOCTYPE kpartgui>
<effect
tag=
"audiolevel"
id=
"audiolevel"
type=
"hidden"
>
<name>
Audio levels
</name>
<description>
Compute the audio amplitude.
</description>
<author>
Dan Dennedy, Marco Gittler, and Steve Harris
</author>
<parameter
type=
"bool"
name=
"iec_scale"
default=
"1"
/>
<name>
Use IEC 60268-18 Scale
</name>
</parameter>
</effect>
data/effects/sox/sox.xml
0 → 100644
View file @
297d1982
<!DOCTYPE kpartgui>
<effect
tag=
"sox"
id=
"sox"
type=
"hidden"
>
<name>
SoX
</name>
<description>
Process audio using a SoX effect
</description>
<author>
Dan Dennedy
</author>
<parameter
type=
"list"
name=
"effect"
default=
"analysis"
paramlist=
"analysis;apply"
>
<paramlistdisplay>
Analysis,Apply
</paramlistdisplay>
<name>
Effect
</name>
</parameter>
<parameter
type=
"constant"
name=
"analysis_level"
max=
"1"
min=
"-60"
default=
"-12"
decimals=
"1"
suffix=
"dB"
>
<name>
Normalization level
</name>
</parameter>
<parameter
type=
"constant"
name=
"gain"
max=
"24"
min=
"-60"
default=
"0"
decimals=
"1"
suffix=
"dB"
>
<name>
Gain to normalize
</name>
</parameter>
<parameter
type=
"bool"
name=
"use_peak"
default=
"0"
>
<name>
Use peak
</name>
</parameter>
<parameter
type=
"bool"
name=
"normalise"
default=
"0"
>
<name>
Dynamic normalization
</name>
</parameter>
<parameter
type=
"constant"
name=
"window"
max=
"1000"
min=
"0"
default=
"75"
>
<name>
Smoothing window size
</name>
</parameter>
<parameter
type=
"constant"
name=
"max_gain"
max=
"20"
min=
"0"
default=
"10"
decimals=
"2"
suffix=
"dB"
>
<name>
Maximum gain
</name>
</parameter>
</effect>
data/effects/sox/sox_pitch.xml
View file @
297d1982
<!DOCTYPE kpartgui>
<effect
tag=
"sox"
id=
"sox_pitch"
type=
"
audio
"
>
<effect
tag=
"sox"
id=
"sox_pitch"
type=
"
hidden
"
>
<name>
Sox Pitch Shift
</name>
<description>
Sox change pitch audio effect
</description>
<author>
http://sox.sourceforge.net
</author>
...
...
data/effects/sox/sox_reverb.xml
View file @
297d1982
<!DOCTYPE kpartgui>
<effect
tag=
"sox"
id=
"sox_reverb"
type=
"
audio
"
>
<effect
tag=
"sox"
id=
"sox_reverb"
type=
"
hidden
"
>
<name>
Sox Reverb
</name>
<description>
Sox reverb audio effect
</description>
<author>
http://sox.sourceforge.net
</author>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment