AKStereoFieldLimiter
open class AKStereoFieldLimiter : AKNode, AKToggleable, AKComponent, AKInput
Stereo StereoFieldLimiter
-
Declaration
Swift
public typealias AKAudioUnitType = AKStereoFieldLimiterAudioUnit
-
Four letter unique description of the node
Declaration
Swift
public static let ComponentDescription: AudioComponentDescription
-
Ramp Duration represents the speed at which parameters are allowed to change
Declaration
Swift
@objc open dynamic var rampDuration: Double { get set }
-
Limiting Factor
Declaration
Swift
@objc open dynamic var amount: Double { get set }
-
Tells whether the node is processing (ie. started, playing, or active)
Declaration
Swift
@objc open dynamic var isStarted: Bool { get }
-
Initialize this booster node
Declaration
Swift
@objc public init(_ input: AKNode? = nil, amount: Double = 1)
Parameters
input
AKNode whose output will be amplified
amount
limit factor (Default: 1, Minimum: 0)