KoruriContent

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

Composable function to set up and manage Koruri audio content. Initializes the Koruri engine and disposes it when no longer needed. This is the entry point for using Koruri within a Compose UI.

Parameters

content

The Koruri composable content to be processed for audio output.