I know this question has been asked before, but none of the solutions are working for me.
I use Arch Linux.
Here's what I've tried / looked into:
pyglet - does not work; their own website says 'Linux users have the option of choosing between OpenAL and ALSA for audio output. Unfortunately both implementations have severe limitations or implementation bugs that are outside the scope of pyglet's control.'
pymedia - not supported any more; even the examples on their website do not work.
pygame - from their website: 'Be aware that MP3 support is limited'.
wx.media - this actually works, but the rest of my 'application' is in tkinter.
mp3play - only win32
Please help.