Category Archives: Monkey's Audio

Converting Monkey’s Audio (ape) to flac in Ubuntu

Converting .ape files to the flac format in linux requires both the “mac” and “flac” software packages. For details on installing mac in ubuntu see here. To install flac enter the following in a terminal window:
sudo aptitude install flac
Audio file format conversions can be performed from the command line, or via the GUI using soundKonverter.
If [...]