Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 11.10
更新日 2025/05/03
追加日 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.10 (May 2, 2025)
NEW: Added support for running on big-endian CPUs (thanks Robert Kausch!).
NEW: Added AltiVec SIMD optimizations (thanks Robert Kausch!).
NEW: Added support for the FL32 data type in AIFF files.
Fixed: Fixed possible crash after decode errors.
Version 11.09 (April 27, 2025)
Fixed: Sorting a big list of files by size was not always working nicely.
Fixed: Compressing files with a 0 size extra block in the WAV header could throw an error that the format was not supported (because the data was being read even though 0 bytes were reported).
Fixed: The program could have problems when it freed the memory after compressing certain files because of an overrun.
Version 11.08 (April 15, 2025)
Fixed: The console was not doing a quick verify because of a case accident in the last build.
Version 11.07 (April 10, 2025)
Changed: Switched the projects to just use the latest installed v10 Windows SDK instead of a particular version.
Changed: Cleaned up the console mode parsing (please report any issues).
Version 11.06 (April 10, 2025)
Changed: More improvements to the argument parsing of the console so that it's wrapped in a class and can never check out of bounds.
Version 11.05 (April 10, 2025)
Fixed: The console could crash checking for the thread argument because it was reading one element past the end of the arguments.
Version 11.04 (April 9, 2025)
Changed: Made the Linux makefile better detect ARM.
Changed: Updated to Visual Studio 17.13.6.
Changed: Updated the installer to NSIS 3.11.
Changed: Updated to version 2.84 of the ALAC tool.
Version 11.03 (April 6, 2025)
NEW: Added RVV SIMD support for machines with those instructions.
Changed: Minor optimization to the AVX512 processing (thanks Robert Kausch!).
Changed: Added runtime detection of NEON SIMD for ARM64EC builds.
Version 11.02 (March 31, 2025)
Changed: Got rid of pack(push, 1) commands and just suppress the packing warning because alignment at wider sizes should be more efficient.
Changed: Small speedup (thanks Robert Kausch!).
Version 11.01 (March 31, 2025)
Changed: Optimized processing to be around 10% faster (thanks Robert Kausch!).
Changed: Converting tags to legacy (-L) will skip files that already have ID3 tags (instead of resaving).
Version 11.00 (March 28, 2025)
NEW: Added multi-threaded encoding and decoding (thanks Robert Kausch!) (uses the same setting for concurrent files but when processing less files than threads it will increase the number of threads -- so one big CUE file will be much faster).
Changed: Bumped the interface version because the number of threads was added.
NEW: When compressing from the command line, specify something like -threads=16 after the compression level to set the number of threads. (example: MAC.exe "C:\1.wav" "C:\1.ape" -c2000 -threads=16 -t "Artist=Abba")
NEW: When decompressing from the command line, specify something like -threads=16 after the decompress flag to set the number of threads. (example: MAC.exe "C:\1.ape" "C:\1.wav" -d -threads=16")
NEW: When verifying from the command line, specify something like -threads=16 after the verify flag to set the number of threads. (example: MAC.exe "C:\1.ape" -v -threads=16")
Changed: Renewed the code signing certificate for another year.
Changed: Updated to Visual Studio 17.13.5.
Fixed: The installer made an extra entry in the uninstall section of the registry with the start menu folder but now it is with the other uninstall data.
Fixed: The path combobox did not allow entering a path longer than the combobox (it wasn't scrolling).
NEW: Added a thanks to Robert Kausch in the About box for all his genius (32-bit float, multi-threading, etc.).
Changed: Expanded the allowed number of simultaneous files to 32.
Changed: Reworked how images are freed to work around a Clang warning about unsafe deletion (warning could even be a Clang bug).