Downloadliste

Projektbeschreibung

pymad is a Python module that allows Python
programs to use the MPEG Audio Decoder library. It
provides a high-level API which makes reading from
MPEG audio streams a piece of cake.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-27 09:47
0.5.4

Diese Version behebt ein seltenes Referenz-Zählung seek_time Fehler in der Funktion.
Tags: Minor bugfixes
This release fixes a rare reference counting error in the seek_time function.

2005-04-25 12:32
0.5.3

Diese Version behebt einen Decoder Problem auf Big-Endian-Systemen wie dem PowerPC.
Tags: Major bugfixes
This release fixes a decoder problem on big endian systems such as the PowerPC.

2003-10-07 05:24
0.5.1

Dieses Release behebt einen segfault ausgelöst, wenn beim Aufräumen. Zurück (unveröffentlicht) Versionen hinzugefügt Unterstützung für das Lesen MPEG-Daten von jedem Python-Datei-ähnliches Objekt, wie zB URLs.
Tags: Minor bugfixes
This release fixes a segfault triggered when cleaning up. Previous (unreleased) versions added support for reading MPEG data from any Python file-like object, such as URLs.

2003-02-07 05:01
0.4.1

Diese Version behebt eine Fließkomma-Ausnahme, die durch eine Division durch Null verursacht in der Zeit auf der Strecke Code.
Tags: Minor bugfixes
This release fixes a floating-point exception caused by a division by zero in the track time code.

2003-01-12 14:07
0.4

In dieser Version war die Zeit ausgeglichen Code hinzugefügt, die aktuellen Titel in Millisekunden oder gesamte Zeit ausgeglichen zurück. Aufruf der Programme können auch versuchen, Zeit-Offsets in der Spur.
Tags: Major feature enhancements
In this version, time offset code was added, which returns current track offset in milliseconds or total time. Calling programs can also seek to time offsets in the track.

Project Resources