mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Flake: changed default compression level from 7 to 5
This commit is contained in:
@@ -44,7 +44,7 @@ namespace CUETools.Codecs.FLAKE
|
||||
|
||||
public override string GetSupportedModes(out string defaultMode)
|
||||
{
|
||||
defaultMode = "7";
|
||||
defaultMode = "5";
|
||||
return this.AllowNonSubset || (this.PCM != null && this.PCM.SampleRate > 48000) ? "0 1 2 3 4 5 6 7 8 9 10 11" : "0 1 2 3 4 5 6 7 8";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user