Module hexodsp::shared_feedback
source · [−]Expand description
Provides an implementation for a shared feedback buffer for the DSP node graph.
It is used for instance by the FbWr
and FbRd
nodes to implement their functionality.
See also crate::NodeGlobalData which provides the SharedFeedback to the nodes.
Structs
The SharedFeedback is a feedback delay buffer for the
FbWr
and FbRd
nodes.A reader for the SharedFeedback buffer, used to implement the
FbRd
DSP node.This instance writes into the SharedFeedback buffer.