All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.audio.OscillatorNode.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.audio

external class OscillatorNode(
    context: BaseAudioContext,
    options: OscillatorOptions = definedExternally,
) : AudioScheduledSourceNode {
    val detune: AudioParam
    val frequency: AudioParam
    var type: OscillatorType
    fun setPeriodicWave(periodicWave: PeriodicWave)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy