|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::FeedbackProcessor::FeedbackProcessor | ( | float | feedback = 0.5F, |
| uint32_t | feed_samples = 512 |
||
| ) |
Creates a new feedback processor.
| feedback | Feedback coefficient (0.0-1.0) |
Initializes a processor that implements a recursive algorithm combining a system's current state with its previous state according to the specified feedback coefficient.
Definition at line 31 of file FeedbackBuffer.cpp.