class RemiAudio::DSP::HeraChorus

Overview

Implements a chorus effect that is reminiscent of a certain synthesizer from the 80s with a model number ending in "-60".

Defined in:

remiaudio/dsp/herachorus.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sampleRate : Int32, interpMode : Interpolate::Mode = Interpolate::Mode::Cubic) #

Creates a new instance of HeraChorus.


[View source]

Instance Method Detail

def mute : Nil #

Mutes the chorus unit.


[View source]
def process(inputLeft : Array(Float64) | Slice(Float64), inputRight : Array(Float64) | Slice(Float64), outputLeft : Array(Float64) | Slice(Float64), outputRight : Array(Float64) | Slice(Float64)) : Nil #

"Runs" the chorus on the given blocks of audio.


[View source]