Skip to content

[3.0]VLCMediaPlayer: Fixed a bug that setAmplification:forBand: was not reflected

[3.0]VLCMediaPlayer: Fixed a bug that setAmplification:forBand: was not reflected.

Fixed not taking effect unless libvlc_media_player_set_equalizer() is used after libvlc_audio_equalizer_set_amp_at_index().

It seems that VLC-iOS is also aware of this problem. https://code.videolan.org/videolan/vlc-ios/-/blob/master/Sources/Playback/Control/VLCPlaybackService.m#L1180

best regards.

Merge request reports