flac.exe -d 24bit.flac 24bit.wav does not create 24bit wav with WAVEFORMATEXTENSIBLE extension
according to microsoft, bits-per-sample must be either 8 or 16 for type 1 (which is wave_format_pcm). for 24bit pcm, wave_format_extensible must be used. see https://msdn.microsoft.com/en-us/library/windows/desktop/dd390970(v=vs.85).aspx
This is fixed as of FLAC 1.3.3, see https://xiph.org/flac/changelog.html
Log in to post a comment.
according to microsoft, bits-per-sample must be either 8 or 16 for type 1 (which is wave_format_pcm). for 24bit pcm, wave_format_extensible must be used. see https://msdn.microsoft.com/en-us/library/windows/desktop/dd390970(v=vs.85).aspx
This is fixed as of FLAC 1.3.3, see https://xiph.org/flac/changelog.html