DS
mmReverbBufferSize

Back to Index

Prototype

static inline mm_word mmReverbBufferSize( mm_word bit_depth, mm_word sampling_rate, mm_word delay );

Parameters

bit_depth

May be 8 or 16 to represent 8-bit or 16-bit bit-depth.

sampling_rate

Sampling rate in Hertz.

delay

Reverb delay value in milliseconds.

Return

Amount of memory required, measured in words (32-bit units).

Description

This small function calculates the amount of memory needed for the reverb buffer.

See Also

mmReverbConfigure