Another python audio library that can handle FLAC

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 [...]

Python and FLAC audio files

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() [...]

Ardour DAW that works on a Mac as well

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 [...]