View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018570 | MMW 5 | Codecs | public | 2021-11-22 18:10 | 2021-11-24 19:15 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018570: Audio is distorted for some loud IEEE float WAV files | ||||
Description | User sent us WAV files with loud sound in PCM IEEE float format, which are played distorted in MM, but not in other apps. After conversion to other formats (in external application), including standard PCM with 24 bit integer, it plays correctly. | ||||
Additional Information | Ticket 3175 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2522 | ||||
|
Fixed in build 2522. The files violated IEEE PCM standard, contained samples outside range <-1, 1>, added clipping in such cases. |
|
Verified 2522 Tested on up to 64Bit floating point precision. Testing cases https://en.wikipedia.org/wiki/Audio_bit_depth#Quantization and files are saved from fe of these apps https://en.wikipedia.org/wiki/Audio_bit_depth#Applications |