Block
Base composable for audio signal processing in Koruri. Creates a node with the specified SignalProcessor.
Parameters
signal Processor
The processor to apply to the audio signal.
Base composable for audio signal processing in Koruri with child content. Creates a node with the specified SignalProcessor and child composable content.
Parameters
content
The child composable content.
signal Processor
The processor to apply to the audio signal.