2016-03-04 54 views

回答

3

可以使用pyglet模塊。

import pyglet 
media = pyglet.media.load('file.ogg') 
media.play() 
pyglet.app.run()