Hi,
I'm trying to synchronize 5 audio files (mp3) each representing a musical instruments. I'm using MediaElements.
I'm starting all the MediaElements at the same time and it works perfectly until I try to pause/play these audio files. When I start them after the pause, they become unsynchronized.
Using a timer, I tried to check when they become unsynchronized, and tried to synchronize them again by giving them the same position... but this didn't work.
Any idea on how to synchronize audio files perfectly.
Regards. Thanks for your help.