Playing and controlling mp3 files in Python?

随声附和 提交于 2019-11-30 15:10:40

Sorry I can't help you with PyMad or pyMedia, but I have other suggestions.

Existing music players written in Python:

All of the above use the Python bindings for the GStreamer multimedia framework. Docs for the bindings are scarce, but check here, here, here, and examples from the source distribution here.

I just had to deal with this, and from my research I think your best bets are pyglet and pygame. They're interface packages with built-in a/v support.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!