smartEqualizerPicker

An optional callback function that allows you to provide custom equalizer values for specific equalizer preset IDs. This property is used for smart equalizers, where the player can dynamically adjust the sound based on the selected preset.

If you want to use custom equalizer values, you need to set this property to a function that takes an equalizer preset ID (as a string) and returns an EqualizerValues object containing the desired settings for that preset.

If this property is null, the player will use its default equalizer settings for each preset.

An optional callback function that allows you to provide custom equalizer values for specific equalizer preset IDs. This property is used for smart equalizers, where the player can dynamically adjust the sound based on the selected preset.

If you want to use custom equalizer values, you need to set this property to a function that takes an equalizer preset ID (as a string) and returns an EqualizerValues object containing the desired settings for that preset.

If this property is null, the player will use its default equalizer settings for each preset.