Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstBtAudioDelay
gst-launch-1.0 filesrc location="melo1.ogg" ! decodebin ! audioconvert ! audiodelay drywet=50 delaytime=25 feedback=75 ! autoaudiosink gst-launch-1.0 autoaudiosrc ! audiodelay delaytime=25 feedback=75 ! autoaudiosink
In the latter example the echo is applied to the input signal of the soundcard (like a microphone).
“delaytime”
property“delaytime” guint
Time difference between two echos as milliseconds.
Flags: Read / Write
Allowed values: [1,1000]
Default value: 100
“drywet”
property“drywet” guint
Intensity of effect (0 none -> 100 full).
Flags: Read / Write
Allowed values: <= 100
Default value: 50
“feedback”
property“feedback” guint
Echo feedback in percent.
Flags: Read / Write
Allowed values: <= 99
Default value: 50