| 201 | declick: Declicker::SettledAt0, |
| 202 | convolver, |
| 203 | max_frames, |
| 204 | did_init_first_impulse, |
| 205 | has_impulse: did_init_first_impulse, |
| 206 | new_impulse_queued: false, |
| 207 | }) |
| 208 | } |
| 209 | } |
| 210 | |
| 211 | struct ConvolutionProcessor { |
| 212 | params: ConvolutionNode, |
| 213 | gain: SmoothedParam, |
| 214 | declick: Declicker, |
| 215 | convolver: Vec<FFTConvolver<f32>>, |
nothing calls this directly
no outgoing calls
no test coverage detected