View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020611 | MMW 5 | Codecs | public | 2024-02-19 11:13 | 2024-03-07 13:32 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0020611: WAV Conversion fail | ||||
Description | Some WAV files conversion fails even they play normally in MM Logs and failed tracks paths saved and attached. | ||||
Steps To Reproduce | 1. Selected 130 WAV files in Playing list 2. Started Convert format WAV -> FLAC 3. 26 tracks fail 4. Some tracks were 0 length -> Deleted them 5. Restarted conversion 6. 3 still fail 7. started playback all three play 8. restarted conversion no success all fail | ||||
Tags | No tags attached. | ||||
Fixed in build | 2835 | ||||
|
Fixed in build 2835. It was regression caused by changes in newer versions of FLAC encoding library and was related only to audio with 8bit samples. We should check this during future updates of this library, as it could be changed (currently they expect 8bit samples to be signed integers, but they are always unsigned in 8bit PCM, so I guess they should change this). FLAC library udated to version 1.4.3. This version supports also 32bit samples, so I removed automatic conversion to 24bit samples added in 0006330. |
|
Verified 3003 Tested on few hundred files different WAV formats including sample files and had no issues. |