Lines Matching full:effects

94 Attribute applied to a function to indicate that it has no side effects and
1029 …API: sox_signalinfo_t.length is set to SOX_UNKNOWN_LEN (= -1) within the effects chain if the actu…
1308 Global parameters (for effects & formats), returned from the sox_get_globals
1336 …sox_bool use_threads; /**< Private: true if client has requested parallel effects process…
1354 double * mult; /**< Effects headroom multiplier; may be null */
1554 Global parameters for effects.
1593 /* The following items are private to the libSoX effects chain functions. */
1602 Chain of effects to be applied to a stream.
1605 sox_effect_t **effects; /**< Table of effects to be applied to a stream */ member
1606 size_t length; /**< Number of effects to be applied */
1607 sox_effects_globals_t global_info; /**< Copy of global effects settings */
1610 /* The following items are private to the libSoX effects chain functions. */
1611 size_t table_size; /**< Size of effects table (including unused entries) */
1789 Initialize effects library.
1798 Close effects library and unload format handler plugins.
1995 Returns global parameters for effects
1996 @returns global parameters for effects.
2005 Deprecated macro that returns global parameters for effects.
2064 Initializes an effects chain. Returned handle must be closed with sox_delete_effects_chain().
2077 Closes an effects chain.
2082 LSX_PARAM_INOUT sox_effects_chain_t *ecp /**< Effects chain pointer. */
2087 Adds an effect to the effects chain, returns SOX_SUCCESS if successful.
2093 …LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to which effect should be added . …
2101 Runs the effects chain, returns SOX_SUCCESS if successful.
2107 LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to run. */
2114 Gets the number of clips that occurred while running an effects chain.
2115 @returns the number of clips that occurred while running an effects chain.
2120 …LSX_PARAM_IN sox_effects_chain_t * chain /**< Effects chain from which to read clip information. */
2141 …LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to which effect should be added. */
2148 @returns the removed effect, or null if no effects.
2154 LSX_PARAM_INOUT sox_effects_chain_t *chain /**< Effects chain from which to remove an effect. */
2174 …LSX_PARAM_INOUT sox_effects_chain_t *chain /**< Effects chain from which to remove the last effect…
2179 Shut down and delete all effects in the chain.
2184 LSX_PARAM_INOUT sox_effects_chain_t *chain /**< Effects chain from which to delete effects. */