BaseModuleTracker

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
abstract class Format(exts: String) : AudioFormat

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun createSound(soundProvider: NativeSoundProvider = nativeSoundProvider): Sound
Link copied to clipboard
suspend fun createSoundFromFile(file: VfsFile, soundProvider: NativeSoundProvider = nativeSoundProvider): Sound
Link copied to clipboard
abstract fun initialize()
Link copied to clipboard
abstract fun mix(bufs: Array<FloatArray>?, buflen: Int = bufs?.get(0)?.size ?: 1024)
Link copied to clipboard
abstract fun parse(buffer: Uint8Buffer): Boolean
Link copied to clipboard
Link copied to clipboard
open fun skip(samples: Int)