Monkeys Audio For Mac



Monkey's Audio 5.55. MAC555.exe (32-bit, 1.6 MB) MAC555x64.exe (64-bit, 2.0 MB) Download and run to install. Supports Windows 10, 8, 7, Vista, XP Version 5.55 signs the executables. Thank you for your support through 20 great years of Monkey's Audio. All materials and programs copyrighted ©2000-2020 by Matt Ashland. Please LIKE, COMMENT, and SHARE! Available on Spotify, Apple Music, Itunes, Tidal, Google Play Share/Stream 'The Monkey Paw': https://open.spotify.com/track/. Install Monkey's Audio using the default location. Extract 'wapet.exe' & 'MAC.exe' into your EAC directory. Open EAC and insert a CD into the drive. Click the EAC menu and select Compression Options. Click the External Compression Tab, and put a check box in use external program for compression. Music by Kevin MacLeod. Available under the Creative Commons Attribution 3.0 Unported license: Download link: ht.

Exact Audio Copy guides
Configuration
Compression
  • EAC and Monkey's Audio
Other

Software Needed[edit]

Monkey

Installation[edit]

Note: This guide assumes that EAC is has been configured for secure ripping, if not please follow this guide.

  • Install Monkey's Audio using the default location.
  • Extract 'wapet.exe' & 'MAC.exe' into your EAC directory.

Configuration[edit]

Monkey's Audio For Mac

  • Open EAC and insert a CD into the drive.
  • Click the EAC menu and select Compression Options.
  • Click the External Compression Tab, and put a check box in use external program for compression.
  • Change Parameter Passing Scheme to User Defined Encoder.
  • Change Use file extension to .ape if not already that.
  • Click the Browse button and locate the wapet.exe. (or just write - wapet.exe)

NOTE: It's even possible to give any other name to wapet.exe (so your *.log file will seems more logical..)

  • Remove the ticks from Use CRC check, Add ID3 tag and check for external programs return code.
  • In the Addtional command line options box, copy and paste the string below.

APEv2 Tag:

Note: Alter this switch for the desired compression mode

Audio
-c1000 Fast
-c2000 Normal
-c3000 High
-c4000 Extra High
-c5000 Insane

Monkey Audio Macdll.dll

  • Do not worry what bit rate is shown in the bit rate drop down box, this will be ignored.

Addtional Reading[edit]

Retrieved from 'http://wiki.hydrogenaud.io/index.php?title=EAC_and_Monkey%27s_Audio&oldid=28903'

The Big Idea

The goal is to make it as simple as possible to incorporate the compression technology of Monkey's Audio into other software. The Monkey's Audio SDK allows you to easily compress, decompress, verify, and convert whole files. It can also perform more complex actions like on-the-fly encoding, decompression (the SDK manages all buffering so you don't have to), analyzing APE files, and APE tagging.

Monkeys Audio For Mac

The source code for all compression, decompress, and tagging is also freely available and included in the SDK.

The Evil Legal Stuff

Just to be clear, you'll have to agree and comply to all of the terms of the license agreement to use Monkey's Audio in your own product.

How Can I Get Help

You can send email to the address listed here, although I can't promise a reply. Monkey's Audio gets more usage, and unfortunately more email than I can reliably service.

On To The Actual SDK

Currently the SDK is comprised of a few examples illustrating the usage of the MAC library to compress, decompress, and analyze files. Normally it's easiest to build and link to MACLib.lib if you use C++. If you use another language, you can do dynamic linking to MACDll.dll.

Monkey Audio For Mac

For

Monkey's Audio For Mac Os X

The SDK includes projects for Microsoft Visual Studio on Windows and Xcode on OSX. It works with 32-bit and 64-bit architectures. It is also possible to compile the code under less common operating systems, although it might require a little work by hand (look to numerous open-source projects that have done this for help).

Here's the latest version of the SDK:
Monkey's Audio 5.58 SDK (with source code)

Help Wanted

Audio

I'm looking for someone to write an Exo player plugin for Monkey's Audio. The APE SDK builds fine on Android, so it should be a matter of connecting the dots. The FLAC one is here: FLAC Exo Plugin