Difference between revisions of "Foobar2000:Components/Monkey's Audio Decoder (foo input monkey)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(created some docs for the Monkey's Audio plug-in)
m (Updated obsolete notice.)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Description=
+
{{panel|This component was made obsolete by [[Foobar2000:Version_2.0_Release_Notes|foobar2000 2.0]], which includes [[Monkey's Audio]] support out of the box.|color=red}}
  
This input plug-in gives foobar2000 the ability to decode (read and play) [[Monkey's Audio]] files (.APE) as well as APE Link files (.APL).
+
{{infobox foobar2000 component
 +
| name                    = Monkey's Audio Decoder
 +
| module_name            = foo_input_monkey
 +
| developer              = Peter
 +
| repository              =
 +
| released                =
 +
| released_ref            =
 +
| stable_release          = 10.07
 +
| stable_release_date    = 2023-03-23
 +
| preview_release        =
 +
| preview_release_date    =
 +
| foobar2000_architecture = 32-bit, 64-bit, ARM
 +
| foobar2000_minimum      = 1.6
 +
| foobar2000_maximum      =
 +
| foobar2000_legacy      = false
 +
| foobar2000_ui_module    =
 +
| use                    = Input
 +
| license                =
 +
}}
 +
Provides decoding support for [[Monkey's Audio]] files (.APE) as well as APE Link files (.APL). Support for floating-point audio exists, too.
  
Installation is the same as for other input plug-ins.
+
==Notes==
 +
foobar2000 will report an MD5 checksum embedded in the .APE file as an "Audio MD5" value in the file properties, same as is done for [[FLAC]] files. However, the Monkey's Audio codec actually calculates the checksum based on the audio data plus certain other parts of the file, so it's not strictly an audio MD5, nor can it be compared to the audio MD5 value reported for FLAC files with identical audio data.
  
# Download the distribution ZIP archive (foo_input_monkey.zip).
+
Versioning reflects Monkey's Audio library version number.
# Inside this .zip is a DLL (foo_input_monkey.dll). Copy this DLL file to your foobar2000 'components' folder.
+
# Restart foobar2000.
+
  
You will also want to associate foobar2000 with .ape and .apl files so they'll open in foobar2000 when (double-)clicked. You could create this association from your Folder Options in Windows Explorer, but an easier way is to do it from within foobar2000 by going to Preferences > File Types and ticking the checkboxes for APE (Monkey's Audio) and APL (APL links).
+
==External links==
 
+
* {{foobar2000|https://www.foobar2000.org/components/view/foo_input_monkey|Monkey's Audio Decoder}}
=Link=
+
* [https://monkeysaudio.com/ Monkey's Audio] (official web page)
* [http://www.foobar2000.org/components/view/foo_input_monkey Official Website]
+

Latest revision as of 15:40, 10 August 2023

Monkey's Audio Decoder

foo_input_monkey
Developer(s) Peter
Repository
Release information
Initial release
Stable release 10.07 (March 23, 2023)
Preview release
foobar2000 compatibility
Architecture 32-bit, 64-bit, ARM
Minimum version 1.6
Maximum version
UI module(s) N/A
Additional information
Use Input
License
Discussion thread {{{discussion_thread}}}
View all components

Provides decoding support for Monkey's Audio files (.APE) as well as APE Link files (.APL). Support for floating-point audio exists, too.

Notes

foobar2000 will report an MD5 checksum embedded in the .APE file as an "Audio MD5" value in the file properties, same as is done for FLAC files. However, the Monkey's Audio codec actually calculates the checksum based on the audio data plus certain other parts of the file, so it's not strictly an audio MD5, nor can it be compared to the audio MD5 value reported for FLAC files with identical audio data.

Versioning reflects Monkey's Audio library version number.

External links