Default to FLAC compression level 5 (#6052)
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
m_bitRateSettings(bitRateSettings),
|
||||
m_bitDepth(bitDepth),
|
||||
m_stereoMode(stereoMode),
|
||||
m_compressionLevel(0.5)
|
||||
m_compressionLevel(0.625) // 5/8
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user