mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -283,9 +283,9 @@ namespace CUETools.FLACCL.cmd
|
||||
settings = encoder.Settings as FLACCLWriterSettings;
|
||||
encoder.FinalSampleCount = audioSource.Length;
|
||||
if (stereo_method != null)
|
||||
encoder.StereoMethod = Flake.LookupStereoMethod(stereo_method);
|
||||
encoder.StereoMethod = FlakeConstants.LookupStereoMethod(stereo_method);
|
||||
if (window_function != null)
|
||||
encoder.WindowFunction = Flake.LookupWindowFunction(window_function);
|
||||
encoder.WindowFunction = FlakeConstants.LookupWindowFunction(window_function);
|
||||
if (max_precision >= 0)
|
||||
encoder.MaxPrecisionSearch = max_precision;
|
||||
if (min_precision >= 0)
|
||||
|
||||
Reference in New Issue
Block a user