View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006330 | MMW v4 | Conversion/Leveling | public | 2010-04-15 02:49 | 2024-02-19 12:20 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.2.1 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006330: WAVE: 32Bit PCM and FLOAT can't be converted to FLAC | ||||
Description | WAVE Files in 32 BIT Formats can't be converted to FLAC and MM exits with error dialog that File is not created successfully. According to http://flac.sourceforge.net/format.html#metadata_block_streaminfo althru FLAC support 32Bit current Encoder/Decoder do not support 32Bit and MM should notify user that Unsupported output/input format is selected to avoid confusion. Samples are uploaded to FTP | ||||
Tags | todoc-KB | ||||
Fixed in build | 1306 | ||||
|
Is the problem really on the encoding side? I.e. the WAVs can be decoded properly, right? If it's so, we should automatically downsample the audio to 24 bits and properly store it in FLAC. Feel free to assign to Michal then. |
|
Yes, MM properly decode and play 32Bit Wave Files. Samples are supplied on FTP Assigning to Michal |
|
I confirm, the problem is on the encoding side, MM tries to encode to 32 bit FLAC, but the encoder does not support it. Downsampling is needed. |
|
Fixed in build 1306. The audio above 24 bits will be automatically downsampled to 24 bits when converting to FLAC. |
|
Added tags so that users are noted about this change. @michal Can you test on all HD formats just in case like 192k You can use http://www.wavosaur.com/download.php to create those WAVE files. |
|
peke: I have problems only with 64b, it is probably the same problem as in issue 0006331 |
|
yes exactly, this is why I created two bugs. So now WAVE -> FLAC should work like this in 1306 (For testing purposes): 16bit -> 16bit 24bit -> 24bit 32bit -> 24Bit and 48 -> 48 96 -> 96 192 -> 192 |
|
Verified 1314 Left as resolved so that Rusty can update Docs |