472,331 Members | 1,670 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

py_mpgedit SDK 0.2 beta has been released

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

Jul 18 '05 #1
0 1050

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Brian Lloyd | last post by:
Python for .NET 1.0 beta 2 has been released - you can download it from: http://www.zope.org/Members/Brian/PythonNet/ Python for .NET is a...
0
by: Bryan Weingarten | last post by:
py_mpgedit SDK 0.1 beta has been released - you can download it from: http://www.mpgedit.org/mpgedit/download_sdks.html py_mpgedit is the mpgedit...
3
by: clintonG | last post by:
April Fools :-) -- <%= Clinton Gallagher METROmilwaukee "Regional Information Services" URL http://clintongallagher.metromilwaukee.com/
3
by: Guido Wesdorp | last post by:
======================== Kupu 1.1 beta 1 released ======================== 22 May 2004 The Kupu Team is pround to announce the first beta...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first BETA release of Python 2.5. This is an *beta*...
4
by: Michael | last post by:
Hi! (OK, slightly silly subject line :) I'm extremely pleased to say - Kamaelia 0.4.0 has been released! What's New & Changed?...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second BETA release of Python 2.5. This is an...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the third BETA release of Python 2.5. This is an *beta*...
0
by: Qiang Xue | last post by:
We are proud to announce the BETA release of PRADO 3.1.0. This is the result of nearly one year of hard work from the PRADO Group and represents a...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.