PDA

View Full Version : Issue with synching AVS Plug-in


Ciler
1st March 2002, 11:00
Hello,

I'm new to here so excuse me if I brake any local rule ;)

Well,
As part of the developing team of a multimedia player, I try to have several Winamp plug-ins to work together. Input and output work just fine (I can hear the mp3 playing :)) BUT

but I can't have the VIS plug-in synched with output : the VIS shows image before I actually ear the corresponding sound. With the output plug-in I can obtain the delay between decoding and actual playing (using GetOutputTime and GetWrittenTime) but I can't find find out how I can tell the vis plug-in to wait this time ?

Could you be of any help about that ?:eek:

peter
1st March 2002, 11:58
there's no way. you have to sync it yourself.

Ciler
1st March 2002, 13:27
Thank you.

Any idea on how I can do that ? Basically, how does Winamp do ?

peter
1st March 2002, 18:29
you basically have to store the vis data somewhere and pass it to vis plugin at the right time.

BlackSunSoft
4th March 2002, 08:00
Any idea on how to do this in Delphi ?

Ciler
8th March 2002, 09:57
Originally posted by peter
you basically have to store the vis data somewhere and pass it to vis plugin at the right time.


It migth no be that easy but I'll try this !

Thank you very much :)