Hi,
I am facing a problem when i am trying to enable the equalizer with any setting. It gives an error message as follows:
equalizer: rate not supported
main: cannot add user filter equalizer (skipped)
Also below-mentioned are the logs for starting up of VLC, assigning a song to be played in it and then going to the Window>>Equalizer to enable it (and subsequently failing):
main warning: output date isn't PTS date, requesting resampling (-85565)
main warning: buffer is 85564 in advance, triggering downsampling
main warning: resampling stopped after 9952570 usec (drift: -1564)
main debug: removing module "mpgatofixed32"
main debug: removing module "bandlimited_resampler"
main debug: input 'mpga' 22050 Hz Stereo frame=576 samples/531 bytes
main debug: looking for audio filter module: 1 candidate
equalizer warning: bad input or output format
main warning: no audio filter module matching "equalizer" could be loaded
main debug: looking for audio filter module: 1 candidate
equalizer error: rate not supported
main warning: no audio filter module matching "equalizer" could be loaded
main error: cannot add user filter equalizer (skipped)
main debug: filter(s) 'mpga'->'fl32' 22050 Hz->22050 Hz Stereo->Stereo
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "mpgatofixed32"
main debug: found a filter for the whole conversion
main debug: filter(s) 'fl32'->'fl32' 24255 Hz->22050 Hz Stereo->Stereo
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "bandlimited_resampler"
main debug: found a filter for the whole conversion
mpgatofixed32 debug: libmad error: bad main_data_begin pointer
mpgatofixed32 debug: libmad error: bad main_data_begin pointer
I a using VLC0.8.6c for Mac OS x. I have the Tiger (10.4.10) installed on a MacBook Intel C2D 2.2GHz. Looking for some solutions.