static inline mm_word mmReverbBufferSize(mm_word bit_depth,mm_word sampling_rate,mm_word delay );
May be 8 or 16 to represent 8-bit or 16-bit bit-depth.
Sampling rate in Hertz.
Reverb delay value in milliseconds.
Amount of memory required, measured in words (32-bit units).
This small function calculates the amount of memory needed for the reverb buffer.