CUETools.Converter: can specify encoders and decoders in command line now

CUETools.Converter: support for "nul" output (decode/test only)
This commit is contained in:
Grigory Chudov
2013-05-27 22:55:42 -04:00
parent 2a55d33d9f
commit bbedce7bd8
2 changed files with 85 additions and 18 deletions

View File

@@ -174,7 +174,8 @@ namespace CUETools.Codecs
_bw.Close();
_bw = null;
_IO = null;
File.Delete(_path);
if (_path != "")
File.Delete(_path);
}
public void Write(AudioBuffer buff)