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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Notes)
m (Monkey's Audio component again available as a separated component.)
Line 6: Line 6:
 
| released            =  
 
| released            =  
 
| released_ref        =  
 
| released_ref        =  
| stable_release      = 2.5
+
| stable_release      = 10.07
| stable_release_date  = 2021-09-13
+
| stable_release_date  = 2023-03-23
 
| preview_release      =  
 
| preview_release      =  
 
| preview_release_date =  
 
| preview_release_date =  
| foobar2000_minimum  = 1.4
+
| foobar2000_minimum  = 1.6
| foobar2000_maximum  = 1.6.12
+
| foobar2000_maximum  =  
 
| foobar2000_ui_module =  
 
| foobar2000_ui_module =  
 
| use                  = Input
 
| use                  = Input
 
| license              =  
 
| license              =  
 
}}
 
}}
Provides decoding support for [[Monkey's Audio]] files (.APE) as well as APE Link files (.APL).
+
Provides decoding support for [[Monkey's Audio]] files (.APE) as well as APE Link files (.APL). Support for floating-point audio exists, too.
  
 
==Notes==
 
==Notes==
 
+
      This functionality is already available out of the box, which uses FFmpeg. As
    This component is obsolete in foobar2000 v2.0 and newer, the functionality is available out of the box.
+
      Monkey's Audio is under rapid development, it is also available as a separate
 +
      component which usese Moneky Audio Libraries, and can be used and updated
 +
      separately from foobar2000 itself.
  
 
[[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.
 
[[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==
 
==External links==
 
* {{foobar2000|https://www.foobar2000.org/components/view/foo_input_monkey|Monkey's Audio Decoder}}
 
* {{foobar2000|https://www.foobar2000.org/components/view/foo_input_monkey|Monkey's Audio Decoder}}
 +
* [https://monkeysaudio.com/ Monkey's Audio Official Home Page]

Revision as of 19:41, 23 March 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 {{{foobar2000_architecture}}}
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

      This functionality is already available out of the box, which uses FFmpeg. As 
      Monkey's Audio is under rapid development, it is also available as a separate
      component which usese Moneky Audio Libraries, and can be used and updated
      separately from foobar2000 itself.

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