ConstantSourceNode
open class ConstantSourceNode( context: BaseAudioContext, options: ConstantSourceOptions = definedExternally) : AudioScheduledSourceNode(source)
The ConstantSourceNode
interface—part of the Web Audio API—represents an audio source (based upon AudioScheduledSourceNode) whose output is single unchanging value.