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

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

// Automatically generated - do not modify!

package web.audio

sealed external interface OscillatorOptions :
    AudioNodeOptions {
    var detune: Double?
    var frequency: Double?
    var periodicWave: PeriodicWave?
    var type: OscillatorType?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy