nw::snd::FxReverb Classclass FxReverb : public nw::snd::FxBase
Reverb effect class.
For details on how to use effects, see the SoundSystem class.
Effects are processed by the CPU, not a DSP.
| nw::snd::FxReverb::FilterSize | This structure represents the filter size. |
|---|---|
| nw::snd::FxReverb::Param | The data structure for reverb parameters. |
| Constructors/Destructors | ||
|---|---|---|
| FxReverb | Constructor. | |
| V | ~FxReverb | Destructor. |
| Effect | ||
| V |
Initialize
|
Initializes the effect. |
| V | Finalize | Stops the effect. |
| V | UpdateBuffer | Performs effect processing. |
| SetParam | Sets reverb parameters. | |
| GetParam | Gets reverb parameters. | |
| Memory Allocation | ||
| GetRequiredMemSize | Gets the memory size required by the reverb effect. | |
| AssignWorkBuffer | Allocates memory to be used by the effect. | |
| ReleaseWorkBuffer | Frees the memory that was used by the effect. | |
nw::snd::FxBase
nw::snd::FxReverb
SoundSystem classFxBase class
CONFIDENTIAL