1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
NEWS for pymad
==============
0.8
---
2015-03-03
* Reinitialize buffers after seeks to prevent decoding and output of
partial content prior to the seek. (Markus Demleitner)
0.6
---
2007-01-22
* Fix decoding error with files containing largish id3v2 tags (Joerg
Lehmann)
* Fix length calculation (Richard Adenling)
0.5.1 (07/10/03)
-----
* Fix segfault when cleaning up.
0.5 (01/10/03)
---
* Now can read from any file-like Python object.
* Added example program for playing internet radio streams.
0.4.1 (06/02/03)
-----
* Fixed FPE caused by division by zero in the track time code.
0.4
---
* Now returns current/total track time.
* Can seek to a time offset in track.
0.3
---
* emphasis() function now returns correct value.
* PCM conversion works on big-endian architectures.
0.2
---
* Using distutils to configure and build pymad.
* py_madfile_new can now be passed a file object as well as a filename.
* frame info can be retrieved from the MadFile object
* Numerous bugfixes (see ChangeLog for details)
0.1
---
* Initial release.
- Can open an mp3 file and decode the stream.
|