CUETools.Flake: better use of new window functions

This commit is contained in:
Grigory Chudov
2014-12-08 22:18:34 -05:00
parent c671f200df
commit 6201101ccf
14 changed files with 679 additions and 707 deletions

View File

@@ -3,11 +3,13 @@ namespace CUETools.Codecs.FLAKE
{
public enum StereoMethod
{
Independent = 0,
Estimate = 1,
Evaluate = 2,
Search = 3,
EstimateX = 4,
EvaluateX = 5,
Invalid,
Independent,
Estimate,
Evaluate,
Search,
EstimateX,
EvaluateX,
EstimateFixed,
}
}