Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 10.81
更新日 2024/11/21
追加日 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 10.81 (November 20, 2024)
Changed: A tooltip is shown over truncated list elements with the full text.
Changed: Updated to Visual Studio 17.12.1.
Version 10.80 (November 7, 2024)
Changed: Renewed the code signing certificate for another year.
Changed: Updated the definition of APE_TAG_FIELD_COVER_ART_FRONT so only the extension needs to be stored before the image data (but loading should check for full filenames as well).
Changed: Conversion of FLAC files with PNG files instead of JPEG files works nicely to make images in the APE tags.
Changed: Binary values and large values show a little nicer in the tag display of File Info (Ctrl+I).
Version 10.77 (October 16, 2024)
Changed: Updated to Visual Studio 17.11.5.
Changed: Removed a couple global variables.
Changed: Removed the Kill function from IAPECompress because it wasn't doing anything.
Changed: Updated the years to 2025.
Fixed: Corrected a couple warnings that the latest compiler exposed.
Fixed: UTF-16 CUE files can be processed by the Make APL tool (and UTF-8 will be used otherwise instead of ANSI).
Changed: Corrected a few warnings surfaced by the updated compiler. Also updated naming of a few variables.
NEW: When converting from FLAC the tags are copied. If there are additional tags you have that are not being copied, please provide a sample.
Fixed: Cleaned up the DirectShow Filter because it had some preprocessor defines causing problems in some configurations, also removed a pin name causing Clang warnings (MSDN said it was obsolete). Please report any issues.
Fixed: Encoding files with the same name at the same time could fail to build an output filename because it would get a unique name then it could be gone by the time it used it. Now it tries again.
Changed: Revised code signing. Internal change, but please report any issues.
Changed: Added decoding support for version 4.11 files. There have been a couple reports of them. I don't know where they came from, but they verify using the latest code. Please share if you know about the origins.
Changed: Made use of a new APE_INFO_MD5_MATCHES test during quick verify. This way reading the MD5 is wrapped up nicely.
NEW: Added a Compress.bat and Decompress.bat file to the install path. It allows dragging multiple files from Explorer to process.
Changed: An ID3v1 tag is still checked for even if there are 128 bytes of terminating data on a modern encode since the header contains enough information. Legacy encodes still will not be able to check.
Changed: WAV files with ID3v1 tags at the end would fail to decode. Now ID3v1 tags are no longer checked for if that's the exact size of the WAV terminating data.
NEW: Added a tag removal feature to the console program. Run it with -r to remove tags.
Changed: Temporarily removed the new WavPack because it's tripping up Virus Total. It can be downloaded separately on the download page.
(省略されました)
Version 10.76 (August 15, 2024)
Fixed: UTF-16 CUE files can be processed by the Make APL tool.
Changed: Updated to Visual Studio 17.11.0.
Version 10.75 (August 11, 2024)
Changed: Updated to Visual Studio 17.10.5.
Changed: Corrected a few warnings surfaced by the updated compiler. Also updated naming of a few variables.
Version 10.74 (June 13, 2024)
Changed: Updated to Visual Studio 17.10.2.
Changed: Updated to 10.0.26100.0 Windows SDK.
Changed: Removed libFLAC++.dll because it isn't used by FLAC.exe (please let me know if it's needed for anything).
Version 10.73 (May 14, 2024)
Changed: Updated to Visual Studio 17.9.7.
Changed: Corrected a couple more warnings in the new FLAC tag code from the latest Visual Studio update.
Version 10.72 (May 4, 2024)
Fixed: Copying FLAC tags breaks out when it finds the last frame instead of still looping the file which fixes crashes on certain files.
Changed: Updated the installer to NSIS 3.10.
Changed: Updated to version 2.82 of the ALAC tool.
Version 10.71 (April 19, 2024)
Changed: Cleaned up all the warnings in the new FLAC tag code.
Version 10.70 (April 18, 2024)
NEW: When converting from FLAC the tags are copied. If there are additional tags you have that are not being copied, please provide a sample.
Version 10.65 (April 16, 2024)
Fixed: APE files larger than 4 GB would not decode properly for the last while (because the RF64_HEADER was not getting allocated).
Version 10.64 (April 16, 2024)
Changed: More version cleanup (should be internal changes, but please report any issues).