Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 11.61
更新日 2025/10/11
追加日 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 11.61 (October 11, 2025)
Changed: Updated the size icon (SVG like all the other icons).
Version 11.60 (October 10, 2025)
Changed: Added a new size icon for options.
Version 11.59 (October 10, 2025)
Changed: Switched to a better method for getting the font height.
Version 11.58 (October 10, 2025)
NEW: Added the program size and font size settings to the Options dialog.
Changed: Updated to Visual Studio 2026 (18.0.0 / 11109.219).
Version 11.57 (October 7, 2025)
Changed: The font is retrieved using SystemParametersInfoForDpi so it should scale nicely for any DPI now.
Version 11.56 (October 7, 2025)
Fixed: The font would not scale properly when switching between different scale monitors.
Version 11.55 (October 7, 2025)
Fixed: The comments in ID3v2 tags could be read incorrectly.
Changed: When an ID3v2 tag has multiple comments, they're appended together with a semi-colon between the values.
Changed: Updated to Visual Studio 2026 (18.0.0 / 11104.47).
Version 11.54 (September 26, 2025)
Fixed: If external encoders encountered an error, the popup could be left open in some cases.
Changed: Updated to Visual Studio 2026 (18.0.0 / 11018.127).
Version 11.53 (September 20, 2025)
Changed: Updated the SDK to build with VS2026 (was still using VS2022).
Version 11.52 (September 20, 2025)
Changed: Removed the usage of constexpr because that doesn't compile on Linux always (requires -std=c++11 or -std=gnu++11).
Version 11.51 (September 19, 2025)
Fixed: Converting APE to APE of floating point files was not working properly.
Changed: Switched the processing defaults so signed 8-bit and big endian processing no longer happen when passing NULL as the APE_GET_DATA_PROCESSING since they're normally not needed, but float processing still happens with NULL.
Version 11.50 (September 18, 2025)
Fixed: Big endian 24-bit and signed 8-bit would decode incorrectly in CoolEdit.
Changed: Updated to Visual Studio 2026 (18.0.0 / 11012.119).
Changed: Switched a few macros to constexpr.
Version 11.43 (September 6, 2025)
Fixed: Corrected a typo in CMakeLists.txt.
Changed: Added the /Zc:__cplusplus switch to compilation of MACLib so it defines a modern C++ standard and uses nullptr, etc.