mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Flake: better use of new window functions
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user