Has anyone used two players with two mp3 files at the same time, mixing the sound? I am doing it, but when the first player ends, the other is closed magically...
Any help please!
Has anyone used two players with two mp3 files at the same time, mixing the sound? I am doing it, but when the first player ends, the other is closed magically...
Any help please!
u using different threads for each file?
Regards
Nouman
Yes of course. I have two threads, each one with a player.
this means that when the first thread stops other stops automatically. it shouldnt happened like that. have u checked as it might be a bug.
Regards
Nouman
Yes I know. I have checked that. I don't know what could be the problem... Has anyone achieved to mix mp3?
I have fixed the bug. It seems that was my own! I have created other class which implements runnable for streaming and it works correctly. Thank you of any way.