py_mpgedit SDK 0.2 beta has been released

Bryan Weingarten bryan.weingarten@mpgedit.org
Fri, 12 Dec 2003 01:25:56 GMT


py_mpgedit SDK 0.2 beta has been released
=========================================

CHANGES

     * Added volume control
     * Fixed exception handling when not using callbacks


DESCRIPTION

     py_mpgedit is the mpgedit SDK python extension for Linux
     and Windows.

     mpgedit Software Development Toolkit (SDK) is a library
     exporting core editing, playback and indexing functionality.
     It edits and plays MP3 files (MPEG 1 layer 1/ 2/3, MPEG 2,
     and MPEG 2.5 audio files). Using this toolkit, developers
     can create their own MP3 editing applications.


SAMPLE SESSION

     Here is a sample session demonstrating editing and playback
     of an mp3 file using this extension.  This creates a file
     new.mp3 from seconds 6 to 12 of old.mp3, then plays new.mp3.

     >>> import mpgedit
     >>> spec = mpgedit.Spec()
     >>> spec.append('old.mp3', '6-12')
     >>> mpgedit.Index('old.mp3').index()
     >>> mpgedit.Edit(spec, 'new.mp3').edit()
     >>> mpgedit.Play('new.mp3').play()


LICENSE

     Python-based open source license
     GPL-compatible


LINKS

     Download the py_mpgedit SDK:
     http://www.mpgedit.org/mpgedit/download_sdks.html

     Browse the documention:
     http://www.mpgedit.org/mpgedit/sdk/py_mpgedit.htm

     mpgedit home page:
     http://www.mpgedit.org

     mpgedit SDK on freshmeat:
     http://tinyurl.com/yv8j