On 27/11/2013 1:41 AM, andonefi...@gmail.com wrote:
I also want to be able to read the length of the mp3.

For this, try the eyed3 library:

    >>> import eyed3
    >>> mp3 = eyed3.load(r'pygame\examples\data\house_lo.mp3')
    >>> mp3.info.time_secs
    7

https://pypi.python.org/pypi/eyeD3/0.7.4

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to