Crossfading MP3's with FMOD?

Started by
0 comments, last by simbiant 20 years, 9 months ago
I have 3 MP3 files that I continuously loop in the background, but I''d like the MP3''s to crossfade into each other.. I''m using FMOD (and Visual Basic), and I''m pretty unsure how to do this - any ideas?
Advertisement
Couldn''t you just call FSOUND_Channel_SetVolume() on each MP3 each frame, and slide the numbers you pass it up and down?

Bear in mind of course that it might not sound terribly smooth, for example if the MP3s aren''t at the same speed or metre.

Superpig
- saving pigs from untimely fates, and when he''s not doing that, runs The Binary Refinery.
Enginuity1 | Enginuity2 | Enginuity3 | Enginuity4

Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse

This topic is closed to new replies.

Advertisement