WaveShaperOptions
Generated.swift:2250class WaveShaperOptions
class WaveShaperOptions
import WebAudio
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(curve: [Float], oversample: OverSampleType)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var curve: [Float] { get set }
@ReadWriteAttribute var oversample: OverSampleType { get set }