I am writing a media player and I'm using WPF in C#.
My problem is that I have no idea of how to create a fade in/ fade out function (using the media element), meaning that the last 7 seconds of the playing song will start to fade out and at the same time the first 7 seconds of the next song will start to play.
Has anyone done this? If so, then can someone please help me? Thank you.