vividos / winLAME

winLAME is an easy to use encoder for many audio formats, including MP3, Opus, Ogg Vorbis and more. (this is the Git repository mirror of the SourceForge.net Git repository)
GNU General Public License v2.0
40 stars 7 forks source link

libSndFile preset "FLAC lossless from 16 bit audio" creates 8bit flac-s by default. #5

Closed razielanarki closed 2 years ago

razielanarki commented 2 years ago

this setting: https://github.com/vividos/winLAME/blob/3c95f79a8623c3852bee1ee5b6e1cd32e207e02d/source/presets.xml#L168

causes WinLAME to create 8bit flac-s with the default libSndFile preset (preset: "FLAC lossless from 16 bit audio")

Either the preset name is misleading / should be clarified, or the sub-type setting should be changed to "2".




workaround for anyone interested:

Changing the sub-type setting to "2", ie:

    <value name="sndFileSubType">2</value>

after installation (in my case, the presets.xml was located in "C:\ProgramData\WinLAME\presets.xml") makes winlame create 16-bit FLAC files using this preset.

vividos commented 2 years ago

Thanks for the issue, I'll have a look!

vividos commented 2 years ago

Fixed from build 2.22.0.111 on. Thanks!