一部またはすべてのMP3が再生されない

MediaMonkey 3.x および 4.x には、MediaMonkey が Windows の MP3 コーデックを使用して MP3 ファイルを再生できるようにする MP3 プラグイン (それぞれ in_dsmp3.dll および in_wmp3.dll) が含まれています。これは通常問題なく動作しますが、MP3 の再生が失敗するケースがいくつかあります。

  1. CRC が不正な MP3 ファイルや、その他の破損したファイル。このような場合は、次のような代替 MP3 プラグインを使用してみてください。
    in_mad.dll: このプラグインは、特に 24 ビット以上のオーディオ解像度に対応したオーディオ カードをお持ちの場合に優れたプラグインですが、このプラグインの開発はもう行われていません。MediaMonkey 入力プラグイン ページから入手することもできます。
    http://www.mediamonkey.com/addons/browse/item/mad-input-plugin/

    in_mpg123.dll: このプラグインは高品質のプラグインとみなされており、MediaMonkey とのストリーミングの非互換性は解決されていますが、現在は積極的に開発されていません。
    こちらでご覧いただけます: http://otachan.com/in_! mpg123.html

    デフォルトの MP3 入力プラグインを上記のいずれかに置き換える場合は、現在のプラグインを必ず削除するか無効にしてください (例: in_wmp3.dll を in_wmp3.dll.off に変更します)。

    注: MP3 が破損しているかどうかを確認したり、破損している場合は修復したりする場合は、次のサードパーティ ツールが役立つ場合があります。
    http://www.gromkov.com/faq/repair/mp3_validator.html
    http://www.happymonkeying.com/eSupport/vbrfix.zip
  2. ファイルの拡張子が正しくありません。たとえば、mp2 ファイルに誤って mp3 拡張子が割り当てられることがあります。このようなファイルの場合は、拡張子を mp2 に変更し、mp2 コーデックをインストールする必要があります。
    http://www.mediamonkey.com/addons/browse/item/mp2/
  3. Windows Media Player と有効なコーデックが付属していないバージョンの Windows を使用している場合は、オーディオ ファイルは再生されません。解決するには、 不足しているコーデックをインストールする必要があります。
  4. Windows Media Foundation および Audio System Services が破損している場合 (これは Windows 10 へのアップグレードで確認されています)、すべてのオーディオ ファイルの再生に失敗します。これを修正するには、次の手順を実行します。a) REGEDIT を使用して、「KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Audiosrv\」キー「DependOnService」に「AudioEndpointBuilder RpcSs」のみが含まれ、「MMCSS」の行が _含まれていない_ ことを確認します。含まれている場合は、削除してシステムを再起動します。b) コマンド プロンプトから、「sfc /scannow」コマンドを使用して、「Windows Audio」および「Windows Audio Enpoint Builder」サービスが見つからないか設定が破損している場合は、両方のサービスを修正します。c) サウンド カード ドライバーを再インストールします。既存のドライバーをアンインストール -> システムを再起動 -> Windows にデフォルトをインストールするか、サウンド カード チップセットの製造元 (Realtek、C-Media、Connexant など) の最新のドライバーをインストールします。
  5. 場合によっては、コーデックはインストールされているものの、正しく構成されていない可能性もあります。Windows コーデックの修正に関する簡単なチュートリアルへのリンクは、こちらです: http://www.looprecorder.de/tut_l3codec.php

適用対象:

Translated automatically (see original)

Some / All MP3s Don’t Play

MediaMonkey 3.x and 4.x include MP3 plugins (in_dsmp3.dll and in_wmp3.dll respectively) that allow MediaMonkey to use Windows’ MP3 codec to play MP3 files. Although this normally works without a problem, there are several cases in which MP3 playback can fail:

  1. MP3 files with bad CRCs or otherwise damaged files. In such cases, you can try using an alternative MP3 plugin such as:
    in_mad.dll: This plug-in is an excellent plug-in especially if you have an audio card capable of 24-bit+ audio resolution, but development of this plug-in is no longer active. It can also be obtained via the MediaMonkey Input Plug-ins page:
    http://www.mediamonkey.com/addons/browse/item/mad-input-plugin/

    in_mpg123.dll: This plug-in is considered to be a high-quality plug-in, and streaming incompatibilities with MediaMonkey have been resolved, however, it is no longer actively developed.
    It can be found at: http://otachan.com/in_!mpg123.html

    If you replace the default MP3 Input-Plug-ins with either of the above, make certain to remove or disable the current plug-ins (e.g. change in_wmp3.dll to in_wmp3.dll.off).

    Note: If you want to verify whether an MP3 is damaged, and/or fix them, the following third party tools may be helpful:
    http://www.gromkov.com/faq/repair/mp3_validator.html
    http://www.happymonkeying.com/eSupport/vbrfix.zip
  2. Files have an incorrect extension. For example, mp2 files are sometimes incorrectly assigned an mp3 extension. For such files, you should change the extension to mp2 and install the mp2 codec:
    http://www.mediamonkey.com/addons/browse/item/mp2/
  3. If you have a version of Windows that doesn’t come with Windows Media Player and valid Codecs, then no audio files will play. To resolve, you’ll need to install the missing codecs.
  4. If Windows Media Foundation and Audio System Services have been corrupted (this has been observed on some upgrades to Windows 10), then all audio files will fail to play. To fix this: a) Using REGEDIT, verify that “KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Audiosrv\” Key “DependOnService” contains only “AudioEndpointBuilder RpcSs” and does _not_ contain a line with “MMCSS”. If it does, delete it and restart the system b) From the command prompt, use the “sfc /scannow” command to fix both “Windows Audio” and “Windows Audio Enpoint Builder” services if they are missing or have corrupted settings. c) Reinstall the Sound card driver. Uninstall existing -> Restart System -> Let Windows install default or install latest one from sound card chipset manufacturer (Realtek, C-Media, Connexant, …)
  5. In some cases, it may also be that codecs are installed, but that they are misconfigured. Here is a link to a brief tutorial re. fixing Windows Codecs: http://www.looprecorder.de/tut_l3codec.php

Applies to:

Hide original

この記事は役に立ちましたか?