PersonalizationController

An interface defining direct access to Mimi Personalization from the backend.

Returns personalization/presets for use in Mimi processing.

Note: In most cases it should not be necessary for client code to this interface, rather the Mimi Personalization value are automatically applied by internal Mimi Core operations.

Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.

Since

5.0.0

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun load(route: MimiPersonalizationRoute, fitting: Fitting): Personalization

Loads a single preset, profile-derived personalization Personalization from the backend. Has no side-effects.