mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Refactoring: moved Padding and BlockSize from IAudioDest to AudioEncoderSettings;
This commit is contained in:
@@ -39,8 +39,8 @@ namespace CUETools.TestCodecs
|
||||
FLACWriter target;
|
||||
|
||||
target = new FLACWriter("flacwriter2.flac", buff.PCM);
|
||||
target.Padding = 1;
|
||||
target.BlockSize = 32;
|
||||
target.Settings.Padding = 1;
|
||||
target.Settings.BlockSize = 32;
|
||||
//target.Vendor = "CUETools";
|
||||
//target.CreationTime = DateTime.Parse("15 Aug 1976");
|
||||
target.FinalSampleCount = buff.Length;
|
||||
|
||||
Reference in New Issue
Block a user