Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 11.42
更新日 2025/09/05
追加日 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.42 (September 5, 2025)
Fixed: Reading with the header reader fully from the buffer could return the wrong number of bytes read.
Changed: Updated the code that APE_BACKWARDS_COMPATIBILITY is needed for files earlier than 3.99 now (was 3.92 previously).
Changed: Updated the name to IAPEIO.h in CMakeLists.txt.
Version 11.41 (September 1, 2025)
Changed: Renamed IO.h to IAPEIO.h so it won't fight with the system include (makes the standard IO model code build on Windows nicely).
Version 11.40 (August 29, 2025)
Fixed: Reading from standard input could fail because it was wrapped with a header reader that didn't handle the number of bytes read properly.
Changed: Renewed the code signing certificate for another year.
Fixed: Some functions building without Unicode still had old names so the compile would fail.
Changed: Renamed some variables to str_utfn from wchar_t to be more consistent with the APE naming.
Version 11.38 (August 20, 2025)
Fixed: There were renames of UTF16 to UTFN (Linux often uses UTF32) that hadn't happened in console.
Changed: Updated to Visual Studio 17.14.13.
Version 11.37 (August 14, 2025)
Changed: Updated to Visual Studio 17.14.12.
Version 11.36 (August 11, 2025)
NEW: The registry value "Font Size" can be set (DWORD, defaults to 100) to change the font size (instead of using the default GUI font size).
Fixed: The calls in StdLibFileIO were not updated for the new UTFN vs UTF16 name changes.
Version 11.35 (August 11, 2025)
Changed: Made statusbar fields a little wider (to better support large font sizes).
Fixed: Creating UTF-8 on UTF-32 systems would not encode four byte sequences properly.
NEW: The program can take an optional "Size" setting in the registry to adjust the program scaling (100 is default).
Version 11.34 (August 11, 2025)
Changed: Adjusted some more scaling settings (was applying scale two times to font heights).
Fixed: The statusbar adjusts the width of the fields when dragging between different DPI monitors.
Version 11.33 (August 10, 2025)
Changed: The program better supports Windows font scaling.
Version 11.32 (August 8, 2025)
Fixed: Corrected a possible memory overrun in the decoding of UTF-8 (thanks tzh00203).
Version 11.31 (August 7, 2025)
Changed: Added checking for extended, experimental, unsynchronized and a few other corner case ID3v2 tags and skip over them.