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

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

// Automatically generated - do not modify!

package web.audio

sealed external interface AnalyserOptions :
    AudioNodeOptions {
    var fftSize: Int?
    var maxDecibels: Double?
    var minDecibels: Double?
    var smoothingTimeConstant: Double?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy