JPL Spatial
Sound spatialization and propagation library
Loading...
Searching...
No Matches
JPL::Feedback Struct Reference

#include <JPLSpatial/Auralization/ReverbDesign.h>

Public Member Functions

JPL_INLINE void Prepare (float sampleRate)
 
JPL_INLINE float Process (float sample)
 

Public Attributes

float DecayGain = 0.85f
 
float DelayMs = 80.0f
 
uint32 DelaySamples = 0
 
DelayLine< 1 > Delay
 

Member Function Documentation

◆ Prepare()

JPL_INLINE void JPL::Feedback::Prepare ( float  sampleRate)
inline

◆ Process()

JPL_INLINE float JPL::Feedback::Process ( float  sample)
inline

Member Data Documentation

◆ DecayGain

float JPL::Feedback::DecayGain = 0.85f

◆ Delay

DelayLine<1> JPL::Feedback::Delay

◆ DelayMs

float JPL::Feedback::DelayMs = 80.0f

◆ DelaySamples

uint32 JPL::Feedback::DelaySamples = 0

The documentation for this struct was generated from the following file: