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

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

// Automatically generated - do not modify!

package web.audio

sealed external interface AudioBufferSourceOptions {
    var buffer: AudioBuffer?
    var detune: Double?
    var loop: Boolean?
    var loopEnd: Double?
    var loopStart: Double?
    var playbackRate: Double?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy