C# Class DSPUtil.SlowConvolver

Inheritance: SoundObj, IConvolver
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Protected Properties

Property Type Description
_deconvolve bool
_gain double
_impulse ISoundObj
_impulseLength int
_persistFile string
_persistPath string
_persistTail string

Private Properties

Property Type Description

Property Details

_deconvolve protected_oe property

protected bool _deconvolve
return bool

_gain protected_oe property

protected double _gain
return double

_impulse protected_oe property

protected ISoundObj _impulse
return ISoundObj

_impulseLength protected_oe property

protected int _impulseLength
return int

_persistFile protected_oe property

protected string _persistFile
return string

_persistPath protected_oe property

protected string _persistPath
return string

_persistTail protected_oe property

protected string _persistTail
return string