Companion

expect object Companion

Functions

Link copied to clipboard
expect fun fromRaw(data: FloatArray, sampleRate: Int, channels: Int): LiteRtAudio

Creates a LiteRtAudio instance from raw PCM float data.

Link copied to clipboard
expect fun fromWav(bytes: ByteArray): LiteRtAudio

Decodes a WAV file into a LiteRtAudio instance.