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

commonMain.korlibs.audio.sound.node.AudioNode.kt Maven / Gradle / Ivy

package korlibs.audio.sound.node

import korlibs.audio.sound.*

// @TODO: Enable this later
internal interface AudioNode {
    fun seek(pos: Long) = Unit
    fun generate(audioData: AudioData): Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy