I'm doing a project based on the Python language and it requires good performance in Audio (MP3) playback. Currently I'm using PyGame
with its pygame.mixer.music
to be able to play the songs, however this lib is very weak and reclusive, which does not allow advancing in software development.
I would like to know if there are better libraries for this case, and that allows me to quickly and without complications, calculate durability time and have greater volume control in applications, among others.