Skip to content

cristiklein/monkeys-audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a port of Monkey's Audio Codec to Unix-like systems. It provides a command line utility and a library that can be used by other programs.

Monkey's Audio Codec is a lossless compressor for audio files. Files in this format can typically be recognized by the .ape extension. Other popular lossless compression formats are Xiph.Org's FLAC and Apple's ALAC.

Usage

To encode an audio file:

$ mac input.wav output.ape -c2000

To decode an audio file:

$ mac input.ape output.wav -d

See mac(1) for more information.

Installing

The easiest way to install Monkey's Audio Codec is through Homebrew. There is a formula for Monkey's Audio Codec in my Homebrew tap.

If you're compiling from source, you'll need:

To compile and install:

cd /path/to/source
cmake .
make install

Credits

Monkey's Audio Codec was created by Matthew T. Ashland. It was ported to Linux and further developed by Frank Klemm and SuperMMX. This port is now being maintained by Fernando Tarlá Cardoso Lemos.

License

Monkey's Audio Codec is available under an unorthodox license. See the LICENSE file for more information.

About

A port of Monkey's Audio Codec to Unix-like systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.5%
  • C 12.3%
  • Objective-C 2.7%
  • Assembly 1.5%