ソフトアンテナ

Windows/Mac/Mobile用オンラインソフトのバージョンアップ状況を調べています。

  Monkey's Audio

詳細情報

タイトル Monkey's Audio
URL http://www.monkeysaudio.com/index.html
バージョン ver 10.71
更新日 2024/04/19
追加日 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.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).
Version 10.63 (April 16, 2024)
Changed: Moved some of the older decoding code into a separate class (please report any issues).
Changed: APE_BACKWARDS_COMPATIBILITY caps at version 3.99 files (files date from before 2004).
Version 10.62 (April 15, 2024)
Changed: The options and about dialogs can no longer be dragged off the monitor they were started on (because the scale is loaded one time and different monitors could have different scales).
Changed: Updated to Visual Studio 17.9.6.
Version 10.61 (March 27, 2024)
Changed: Updated to Visual Studio 17.9.5.
Version 10.60 (March 19, 2024)
NEW: Switched to an open source code signing certificate.
Changed: Updated to Visual Studio 17.9.3.
Fixed: A compile problem on Gentoo Linux about casting the sample rate as a double.
Version 10.55 (March 12, 2024)
Changed: Switched DirectShow Filter install to the InstallLib command in NSIS and removed the parts in the Monkey's Audio program (filters should still register, but please report any issues).

Version 10.54 (March 11, 2024)
Fixed: The DirectShow filter did not install 64-bit version properly so 64-bit DirectX programs could not find it (NSIS did not register 64-bit DLLs properly).
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.
Version 10.53 (March 6, 2024)
Changed: Updated to WavPack 5.7.0 (uses threads for better performance).
Changed: Moved the build signing to the build script from the compiler settings (should be internal change, but please report any issues).
Version 10.52 (February 28, 2024)
Changed: Updated to Visual Studio 17.9.2.
Changed: Split the Direct Show SDK off to a seperate library.
Changed: Enabled Clang on the remaining Direct Show filter code and worked through the warnings.