AudioFileReader

Inheritors

AndroidAudioFileReader
JsAudioFileReader
JvmAudioFileReader
NativeAudioFileReader
WasmJsAudioFileReader

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
Link copied to clipboard
abstract fun readFrames(startFrame: Long, framesToRead: Long, dest: Array<FloatArray>)

Read framesToRead interleaved frames starting at startFrame into dest. dest has one FloatArray per channel (planar layout matching the C API).