setKoruriContent

fun setKoruriContent(content: @Composable () -> Unit)

Sets up Koruri audio content outside of Compose context. Initializes the Koruri engine and applies the given composable content. This is the entry point for using Koruri in non-Compose environments.

Parameters

content

The Koruri composable content to be processed for audio output.