Class Effect.ReverbProcessor
- Namespace
- SpessaSharp.Synthesizer.Engine.Effects
- Assembly
- SpessaSharp.dll
public abstract class Effect.ReverbProcessor : Effect.ReverbProcessorSnapshot
- Inheritance
-
Effect.ReverbProcessor
- Derived
- Inherited Members
Methods
GetSnapshot()
Gets a synthesizer from this effect processor instance.
public abstract Effect.ReverbProcessorSnapshot GetSnapshot()
Returns
Process(ReadOnlySpan<float>, Span<float>, Span<float>, int, int)
Process the effect and ADDS it to the output.
public abstract void Process(ReadOnlySpan<float> input, Span<float> outputLeft, Span<float> outputRight, int startIndex, int sampleCount)