MimiUpDownBundleVisualizationData
public struct MimiUpDownBundleVisualizationData : Codable, Equatable
Visualization data for the Mimi Sound Personalization upDown preset bundle.
Describes, per ear, the user’s hearing and the compensation applied by each preset in the bundle. Use it to render per-ear, per-frequency curves.
Warning
This API is experimental and may change or be removed in a future release.-
The user’s hearing data, per ear.
Declaration
Swift
public let original: EarLevels -
The compensation applied by each preset in the bundle, per ear.
Keys correspond to the presets of
MimiPersonalization.UpDownPresetBundle.Declaration
Swift
public let compensation: Compensation -
Compensation applied by each preset of the
upDownbundle.Declaration
Swift
public struct Compensation : Codable, Equatable -
Levels for a pair of ears.
Each array contains one value per frequency, ordered
[250, 500, 1000, 2000, 4000, 8000]Hz. Values range from 0.0 to 1.0.Declaration
Swift
public struct EarLevels : Codable, Equatable
MimiUpDownBundleVisualizationData Structure Reference