Lines Matching full:effect
34 libsox \- SoX, an audio file-format and effect library
125 The function \fBsox_find_effect\fR finds effect \fIname\fR, returning
129 The function \fBsox_create_effect\fR instantiates an effect into a
134 The function \fBsox_effect_options\fR allows passing options into the effect to control its behavio…
136 … when they are passed in before the effect is ever started. The behavior is undefined if its call…
151 \fBsox_add_effect\fR adds an effect to the chain. \fIin\fR specifies the input
152 signal info for this effect. \fIout\fR is a suggestion
154 given options and on \fIin\fR the effect can choose to do differently.
155 Whatever output rate and channels the effect does produce are written
157 new call to \fBsox_add_effect\fR so that changes will be propagated to each new effect.
200 For example, if an effect to
253 The ``echo'' effect has to malloc() a much larger area for its
289 Each effect runs with one input and one output stream.
290 An effect's implementation comprises six functions that may be called
309 be NULL. An effect that is marked `MCHAN' does not use the LOOP
311 inside the affected functions. Multiple effect instances may be
315 is called with a character string argument list for the effect.
330 that this effect will no longer read any data and can be used
335 If the effect wishes to generate more data samples
339 The echo effect uses this to fade away.