Difference between revisions of "Monkey's Audio"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(Introduction: Reworded for fluency)
Line 1: Line 1:
 
=Introduction=
 
=Introduction=
Monkey's Audio (APE) is a free lossless audio compression format and is one of the best in terms of compression and is used a lot on Windows (it is possible to run it on Linux, but it is not as popular), its (decompression) speed is relatively slow though.
+
Monkey's Audio (APE) is a free lossless audio compression format with a highly competitive compression algorithm, and is used primarily by Windows users. Although software is available for Linux, Monkey's Audio is not as popular among this operating system's users. Monkey's Audio suffers from slow decompression speeds as compared to other lossless audio codecs.
  
Monkey's Audio uses a combination of traditional lossless compression tactics ([[linear prediction]] and [[channel coupling]]) and a simple [[Neural network]]. To store the output values of its prediction step it uses [[Range coding]], but modified to work well with more or less continuous values.
+
Monkey's Audio uses a combination of traditional lossless compression tactics ([[linear prediction]] and [[channel coupling]]) and a simple [[Neural network]]. To store the output values of its prediction step it uses [[Range coding]], modified to work well with more or less continuous values.
  
Monkey's Audio's main competitor is [[FLAC]], which has more features than Monkey's Audio (like support for streaming) and some hardware support but compresses considerably worse.
+
Monkey's Audio's main competitor is [[FLAC]], which has more features than Monkey's Audio (streaming support, for example) and hardware support to its advantage, though its efficiency in compression is not as great.
 
+
Monkey's Audio is released under a "custom" license that allows you to do pretty much anything with the source code, as long as you ask the author's permission.
+
  
 +
Monkey's Audio is released under a "custom" license that allows you to do pretty much anything with the source code, on the provision that you ask the author for permission.
  
 
=Software=
 
=Software=

Revision as of 06:12, 4 November 2004

Introduction

Monkey's Audio (APE) is a free lossless audio compression format with a highly competitive compression algorithm, and is used primarily by Windows users. Although software is available for Linux, Monkey's Audio is not as popular among this operating system's users. Monkey's Audio suffers from slow decompression speeds as compared to other lossless audio codecs.

Monkey's Audio uses a combination of traditional lossless compression tactics (linear prediction and channel coupling) and a simple Neural network. To store the output values of its prediction step it uses Range coding, modified to work well with more or less continuous values.

Monkey's Audio's main competitor is FLAC, which has more features than Monkey's Audio (streaming support, for example) and hardware support to its advantage, though its efficiency in compression is not as great.

Monkey's Audio is released under a "custom" license that allows you to do pretty much anything with the source code, on the provision that you ask the author for permission.

Software

Encoders


Decoders


External links