To prevent a new ticket to be closed as duplicate I suggest we reopen this ticket.
(a previous ticket marked as duplicate was for example 2023)
I currently have this equalizer failure issue in:
ii libvlc2 1.0.6-1ubuntu1.8 multimedia player and streamer libraryii libvlccore2 1.0.6-1ubuntu1.8 base library for VLC and its modulesii vlc 1.0.6-1ubuntu1.8 multimedia player and streamerii vlc-data 1.0.6-1ubuntu1.8 Common data for VLCii vlc-nox 1.0.6-1ubuntu1.8 multimedia player and streamer (without X suii vlc-plugin-pulse 1.0.6-1ubuntu1.8 PulseAudio plugin for VLC
The equalizer does not work on all mp3 files, giving this message on the default loglevel:
[0x87a3bb8] equalizer audio filter error: rate not supported[0x87a3bb8] main audio filter error: no visualization module matched "equalizer"[0x87a3d48] main audio output error: cannot add user filter equalizer (skipped)
While this error is logged the mp3 file plays without problem, audio quality is good.
I will provide any debug information needed to get this issue to a higher level. Just ask.
The sample rate limitation was already fixed several months ago:
commit eb19c5d5bab2525368d938f87b3045ba5b4ac917Author: Ron Wright <logiconcepts819@gmail.com>Date: Thu Mar 22 21:24:45 2012 +0100 Equalizer: support new samplerates and bands Support for more samplerate than 44100 and 48000 Support for classic ISO bands instead of Winamp ones Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>