MimiPersonalizationConfiguration
public struct MimiPersonalizationConfiguration : Equatable
Configuration which can customize the Sound Personalization features available in the Mimi Profile.
-
Whether to show media player view inside Mimi Profile.
Declaration
Swift
public let showsSampleSoundPlayer: Bool
-
The debounce interval applied to the UI controls on the Mimi Profile e.g. sliders.
Note
The default debounce interval is0.2
seconds which implies a debounce interval of 200ms.Declaration
Swift
public let uiControlDebounceInterval: TimeInterval
-
Create new configuration.
Declaration
Swift
public init(showsSampleSoundPlayer: Bool = true, uiControlDebounceInterval: TimeInterval = 0.2)