Posted on April 7, 2008 by michaelangela
Just a note about another one.
TagPy | Andreas Klöckner’s web page
TagPy is a set of Python bindings for Scott Wheeler’s TagLib. It builds upon Boost.Python, a wrapper generation library which is part of the Boost set of C++ libraries [3].
Just like TagLib, TagPy can:
read and write ID3 tags of version 1 and [...]
Filed under: audio, automation, cool, dev, python, tip, tool | No Comments »
Posted on April 7, 2008 by michaelangela
Kinda neat this library is. Even works on multilingual song files.
Development/Mutagen/Tutorial - Ex Falso / Quod Libet - Trac
from mutagen.flac import FLAC audio = FLAC(“example.flac”
audio["title"] = “An example” audio.pprint() [...]
Filed under: audio, automation, cool, dev, python, tip, tool | No Comments »
Posted on March 27, 2008 by michaelangela
Interestingly enough, it is sponsored by SAE. It’s free, you don’t have to pay, but they request some sort of support on the download page. Considering how much these apps normally cost, it’s not bad.
ardour | the new digital audio workstation
Ardour is a digital audio workstation. You can use it to record, edit
and [...]
Filed under: audio, cool, dev, tool | No Comments »