Fix unit tests

This commit is contained in:
Grigory Chudov
2013-04-21 19:23:08 -04:00
parent f19fc58252
commit 6643b4e7f1
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace CUETools.TestCodecs
AudioBuffer buff = WAVReader.ReadAllSamples("test.wav", null);
FLACWriter target;
target = new FLACWriter("flacwriter2.flac", new FLACWriterSettings() { PCM = buff.PCM });
target = new FLACWriter("flacwriter2.flac", new FLACWriterSettings() { PCM = buff.PCM, EncoderMode = "7" });
target.Settings.Padding = 1;
target.Settings.BlockSize = 32;
//target.Vendor = "CUETools";