Author Topic: Crossfade mp3's  (Read 3432 times)

Sheep

  • Posts: 243
Crossfade mp3's
« on: 22 May '03 - 23:10 »
Is there a way to easily crossfade mp3's?

Azoth

  • Posts: 108
Re: Crossfade mp3's
« Reply #1 on: 23 May '03 - 15:34 »
The best way is to set a Position Sync on the currently playing stream to fire a few seconds from the end of the stream. When it fires call BASS_ChannelSlideAttributes() to begin sliding the current stream off, open the new stream, set the new stream's volumne to 0 and use the BASS_ChannelSlideAttributes routine to slide the volume up.

.Azoth.
I may have a sample project in VB somewhere if it will help.

Sheep

  • Posts: 243
Re: Crossfade mp3's
« Reply #2 on: 25 May '03 - 11:36 »
Thank you, no that's not neccecary. I read about other crossfade posts also, I think it will work.

Regards Sheep