Playing several MP3-Files at the same time?
Posted: Thu Feb 20, 2014 9:12 am
Dear all,
i'm trying to write a program which can play several (let's say 4 files) MP3s at the same time. Therefore i tried to use pygame.
By using pygame.mixer.Sound() i already worte program to run several WAV-Files at the same time. But i would like to use MP3s.
By using pygame.mixer.music i could already run one MP3-file.
Is there any way to run 4 MP3s at the same time?
Thanks
matt
i'm trying to write a program which can play several (let's say 4 files) MP3s at the same time. Therefore i tried to use pygame.
By using pygame.mixer.Sound() i already worte program to run several WAV-Files at the same time. But i would like to use MP3s.
By using pygame.mixer.music i could already run one MP3-file.
Is there any way to run 4 MP3s at the same time?
Thanks
matt