![]() |
![]() |
![]() |
GStreamer Buzztard Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
"delaytime" guint : Read / Write "drywet" guint : Read / Write "feedback" guint : Read / Write
gst-launch filesrc location="melo1.ogg" ! oggdemux ! vorbisdec ! audioconvert ! audiodelay drywet=50 delaytime=25 feedback=75 ! osssink gst-launch osssrc ! audiodelay delaytime=25 feedback=75 ! osssink
In the latter example the echo is applied to the input signal of the soundcard (like a microphone).
"delaytime"
property "delaytime" guint : Read / Write
Time difference between two echos as milliseconds.
Allowed values: [1,1000]
Default value: 100
"drywet"
property "drywet" guint : Read / Write
Intensity of effect (0 none -> 100 full).
Allowed values: <= 100
Default value: 50