View Issue Details

IDProjectCategoryView StatusLast Update
0020611MMW 5Codecspublic2024-03-07 13:32
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version5.1Fixed in Version5.1 
Summary0020611: WAV Conversion fail
DescriptionSome WAV files conversion fails even they play normally in MM

Logs and failed tracks paths saved and attached.
Steps To Reproduce1. 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
TagsNo tags attached.
Fixed in build2835

Relationships

related to 0006330 closedrusty MMW v4 WAVE: 32Bit PCM and FLOAT can't be converted to FLAC 
related to 0019656 closedmichal MMW 5 FLAC: FLAC Lib is outdated 
related to 0006331 closedLudek MMW v4 64Bit Float WAVE files are played incorrectly 

Activities

michal

2024-02-19 15:03

developer   ~0074317

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.

peke

2024-03-07 13:32

developer   ~0074520

Verified 3003

Tested on few hundred files different WAV formats including sample files and had no issues.