
main.web.audio.OfflineAudioContextOptions.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.audio
sealed external interface OfflineAudioContextOptions {
var length: Int
var numberOfChannels: Int?
var sampleRate: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy