Home | History | Annotate | Download | only in speex

Lines Matching full:state

52 /** State of the preprocessor (one per channel). Should never be accessed directly. */
55 /** State of the preprocessor (one per channel). Should never be accessed directly. */
59 /** Creates a new preprocessing state. You MUST create one state per channel processed.
63 * @return Newly created preprocessor state
67 /** Destroys a preprocessor state
68 * @param st Preprocessor state to destroy
73 * @param st Preprocessor state
82 /** Update preprocessor state, but do not compute the output
83 * @param st Preprocessor state
89 * @param st Preprocessor state
98 /** Set preprocessor denoiser state */
100 /** Get preprocessor denoiser state */
103 /** Set preprocessor Automatic Gain Control state */
105 /** Get preprocessor Automatic Gain Control state */
108 /** Set preprocessor Voice Activity Detection state */
110 /** Get preprocessor Voice Activity Detection state */
118 /** Set preprocessor dereverb state */
120 /** Get preprocessor dereverb state */
138 /** Set probability required for the VAD to stay in the voice state (integer percent) */
140 /** Get probability required for the VAD to stay in the voice state (integer percent) */
158 /** Set the corresponding echo canceller state so that residual echo suppression can be performed (NULL for no residual echo suppression) */
160 /** Get the corresponding echo canceller state */