I'm having trouble with the equalizer。I went through the equalizer api documentation and did not find a solution。Please help me find out the problem。The following is part of my code。 libvlc_audio_set_channel(vlc_player,1 ); libvlc_equalizer_t *equalizer = libvlc_audio_equalizer_new_from_preset(1); i...