![JAR search and dependency download from the Maven repository](/logo.png)
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