View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008279 | MMW v4 | Player | public | 2011-08-24 09:50 | 2022-01-26 06:23 |
Reporter | michal | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 4.0 | ||||
Target Version | 5.0.0 | ||||
Summary | 0008279: MM cannot play WAVs with DTS/AC3 sound properly, even with AC3Filter installed. | ||||
Description | If user installs AC3Filter, WMP can play WAV files with DTS/AC3 sound, but MM cannot (it gives only noise). It is because those files have mostly set WAVE_FORMAT_PCM in the WAVEfmt header and MM does not play them using DirectShow then, plays them as uncompressed audio. It probably should be fixable by some better format detection. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=60031 http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=12756&departmentid=2&ticketstatusid=5 http://www.mediamonkey.com/forum/viewtopic.php?f=4&t=79309 IZZ-122131 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
There is no easy fix, it does not work even with better format detection, because even DirectShow is playing DTS stream as uncompressed PCM and we have no way how to affect it now, the files have wrong format indicator. The only way is to rewrite the DS streaming code completely, use other interfaces and objects, SampleGrabber, and create and control DS graph more manually. We cannot decode it natively because of Dolby Digital licensing. |
|
Note: I have tried to play Jare DTS CD ripped in WAV using AC3 Plugin I uploaded to http://www.happymonkeying.com/plugin.php?q=300087 and only thing I have done is to rename WAV to AC3 file played flawlessly |