bigverb

Files: bigverb.h, bigverb.c

Reverberation algorithm.

Functions

sp_bigverb_create(sp_bigverb **bigverb)
sp_bigverb_init(sp_data *sp, sp_bigverb *bigverb)
sp_bigverb_compute(sp_data *sp, sp_bigverb *bigverb, SPFLOAT *input_1, SPFLOAT *input_2, SPFLOAT *out_1, SPFLOAT *out_2)
sp_bigverb_destroy(sp_bigverb **bigverb)

Optional Parameters

feedback: Value between 0-1 that sets feedback value. The larger the value, the longer the decay.
(Default value: 0.97)
lpfreq: low pass cutoff frequency.
(Default value: 10000)

Inputs

input_1: First input.
input_2: Second input.

Outputs

out_1: Channel 1 output. Most likely for the left channel.
out_2: Channel 2 output. Mose likely for the right channel.