mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
WAVWriter & LossyWAVSharp now support writing to stdout
This commit is contained in:
@@ -51,7 +51,7 @@ namespace CUEToolsLib {
|
||||
IAudioDest dest;
|
||||
switch (extension) {
|
||||
case ".wav":
|
||||
dest = new WAVWriter(path, bitsPerSample, channelCount, sampleRate);
|
||||
dest = new WAVWriter(path, bitsPerSample, channelCount, sampleRate, null);
|
||||
break;
|
||||
#if !MONO
|
||||
case ".flac":
|
||||
|
||||
Reference in New Issue
Block a user