load

suspend fun load(path: String): Boolean

Load audio from file path (for Builder without source)


fun load(data: ByteArray, sampleRate: Int = 44100, channels: Int = 1)

Load audio from raw PCM data