Tari.in
Batteries not included.
  • Nav
  • Bottom
  • Tux
  • Kowalski
  • Rico
  • Skipper
  • Private
  • Comment
  • Contact
  • Top
  • There is 1 visitor comment on this page

    Monkey's Audio Codec

    This codec enables you to decode audio files in the Monkey's Audio format (usually having an *.ape extension). If you have an entire album as an *.ape file paired with a cue sheet (*.cue), you can now split it into separate tracks - extracting the wave audio or converting directly to something more convenient e.g. FLAC.

    Installation

    Arch > Manjaro > etc.

    sudo pamac install mac
    

    Usage

    Here is how to convert a single *.ape file to wave:

    mac "/PATH/TO/APE/FILE" "/PATH/TO/WAV/FILE" -d
    


    You can extract the tracks from an *.ape album if you have a cue sheet using this:

    shnsplit -f "/PATH/TO/CUE/FILE" "/PATH/TO/APE/FILE" -d "/PATH/TO/OUTPUT/FOLDER" -O always -t "%n. %p - %t"
    

    Note

    If you want to use shnsplit, you need to install the shntool package.

    For a GUI application see the Odio project page.

    wzh
    16th September 2021, 13:09 GMT
    Add your comment to this page

    Note: If you wish to report a bug, request a feature, or ask a question about an application - please do so by using the appropriate GitHub link on the application's page.

    4 + 9 =
    Please wait, this could take a second...