Synchronization

Started by Federico,

Federico

How can i use synchronization to "link" music to realtime graphics? ???

Could i have an example in VB6 and/or DELPHI?

Thanks in advance

bigjim

You cant use the channel linking functions but try using the fft functions if you want to draw your graphics based on frequency.

Look at the get_level function if you want to base your graphics on simple volume:

or just grab the data of the channel if you want to base your graphics on a more complicated audio pattern.