mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user