Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2023 Changes in this version + type RevModel struct + func NewRevModel() *RevModel + func (rm *RevModel) GetDamp() float32 + func (rm *RevModel) GetDry() float32 + func (rm *RevModel) GetMode() float32 + func (rm *RevModel) GetRoomSize() float32 + func (rm *RevModel) GetWet() float32 + func (rm *RevModel) GetWidth() float32 + func (rm *RevModel) Mute() + func (rm *RevModel) ProcessMix(inputL, inputR, outputL, outputR []float32, numSamples, skip int) + func (rm *RevModel) ProcessReplace(inputL, inputR, outputL, outputR []float32, numSamples, skip int) + func (rm *RevModel) SetDamp(value float32) + func (rm *RevModel) SetDry(value float32) + func (rm *RevModel) SetMode(value float32) + func (rm *RevModel) SetRoomSize(value float32) + func (rm *RevModel) SetWet(value float32) + func (rm *RevModel) SetWidth(value float32)