unable to read non-pcm audio from .avi video
Spiros Ioannou

I'm getting the audio from a video file like that:
VLaviplayer.audiooutputpin->ALaudiotoreal.
I then furnish it to goertzel functions and a scope.
If the .avi file has uncompressed PCM audio all is ok.
if the .avi file has mpeg (mp3) audio, the audio plays fine on the speakers (vlaviplayer.audioenabled==true) but the goertzel filters and the scope get garbage.
Any ideas?
Thank you.