Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 12.62
更新日 2026/04/04
追加日 2013/08/17
種別 フリーソフト
説明 高速処理可能な可逆圧縮形式のオーディオエンコーダー・デコーダー。

レビュー

高速かつパワフルなロスレスオーディオコンプレッサー。

以下のような特徴を持つ:

  • 効率的(高速で優れた圧縮) : Monkey's Audioは高度に最適化されており、非常に効率的。
  • 完璧な音質 : 完璧な音質、完璧な解凍(ロスレス)。
  • Media Center、Foobar、WMP、Winampなどをサポート : ほとんどの人気プレーヤーとリッパーをサポート。
  • 簡単: Windows環境のインターフェイスは強力で使いやすい。
  • 無料: Monkey's Audioは完全に無料。
  • エラー検出: Monkey's Audioには冗長なCRCが組み込まれており、データの適切な解凍を保証する。
  • タグ付けのサポート: Monkey's Audioは、独自の非常に柔軟なAPEタグを使用しているため、Monkey's Audioコレクションを簡単に管理し、カタログ化することができる。
  • 外部コーダーのサポート:- Monkey's Audioをフロントエンドとして使用することで、あらゆるエンコーディングニーズを満たすことができる。
  • 自由に利用できるソースコード、シンプルなSDK、制限のないライセンス:- 他の開発者が自分のプログラムでMonkey's Audioを簡単に使用でき、制限のあるライセンス契約はない。

スクリーンショット

更新グラフ

バージョン履歴

Version 12.62 (April 3, 2026)
Changed: The disabled toolbar image is created explicitly (because letting the system create it makes artifacts in the images).
Version 12.61 (April 3, 2026)
Changed: The about box builds fonts using the same system scaling that the main user interface uses (and honors the font size setting).
Changed: Updated to Visual Studio Insiders 11626.173.
Changed: Updated to the modern common controls for a little nicer UI.
Changed: Switched to a different sizing method for the toolbar (please report any issues).
Version 12.60 (March 20, 2026)
Changed: Updated the comment on APE_INFO_TAG to denote it returns an IAPETag interface now.
Changed: Put APE_ in front of the macros in APEInfo.h.
Changed: Switched the versioning define to work around the compiler seeing build numbers as octal when they start with zero (please report any issues).
Changed: Removed GetName(...) from IAPEIO because it was never used and was not safe against buffer overruns.
Version 12.59 (March 19, 2026)
Changed: Made CreateIAPEIO a DLL export so it can be used externally.
Version 12.58 (March 18, 2026)
Changed: Automatically choose the platform based on known macros (like __linux__) when nothing is set already.
Changed: Renamed the new exports from APE_GetUTF8FromUTFN and APE_GetUTFNFromUTF8 to just GetUTF8FromUTFN and GetUTFNFromUTF8.
Version 12.57 (March 18, 2026)
Changed: Move some more defines to IAPETag.h to aid building with third parties.
Version 12.56 (March 18, 2026)
Changed: Moved IAPETag.h to the shared folder.
Version 12.55 (March 18, 2026)
Changed: Updated to Visual Studio Insiders 11612.153.
Changed: Moved field definitions to IAPETag.h from APETag.h.
NEW: Added a CreateIAPETag function to the exports.
NEW: Added APE_GetUTFNFromUTF8 and APE_GetUTF8FromUTFN to the exported functions.
Version 12.54 (March 17, 2026)
Fixed: Renamed APETag to IAPETag in the make file (that's the interface file that replaces the full implementation).
Version 12.53 (March 17, 2026)
Changed: Switched from CAPEInfo to IAPEInfo in calls like CreateIAPEDecompressEx2 to avoid needing the full declaration.
NEW: Added a note to the installer of the 64-bit on an older OS that the 32-bit works on XP, Windows 7, etc.
Changed: Made the constructor of CSmartPtr explicit to avoid ambiguous assignment with an equal operator.
NEW: Added the function CreateIAPEInfo to the exports.
NEW: Added an IAPETagField interface to allow walking a tag using an interface.
Changed: Incremented the library interface version due to the changes (now 15).
Version 12.52 (March 11, 2026)
Fixed: The EAC link in the help menu was no longer working.
Changed: Switched to APE_ALIGN_x_BYTE macros for the WAV and W64 alignment.
Version 12.51 (March 10, 2026)
Fixed: RIFF headers for WAV use 2-byte alignment and W64 use 8-byte alignment (parsing could fail without this).
Changed: Updated to Visual Studio Insiders 11605.296.