Ramblings

April 7, 2008

Another python audio library that can handle FLAC

Filed under: audio, automation, cool, dev, python, tip, tool — michaelangela @ 5:18 am

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 2, with many supported frame types
    for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC),
  • access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files,
  • access APE tags in Musepack and MP3 files.

Python and FLAC audio files

Filed under: audio, automation, cool, dev, python, tip, tool — michaelangela @ 5:16 am

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()
audio.save()

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.