MimiProcessorApplicator

fun interface MimiProcessorApplicator<I, O>

Defines the generic function uses to communicator with a Mimi Sound Processor.

Specific Processor types may have differing serialization mechanisms and other requirements.

Since

12.0.0

Functions

Link copied to clipboard
abstract suspend fun send(input: I): Result<O>

The function which transmits a given input to a Mimi Sound Processor and returns a Result.