mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Allow encoders of different formats to share the same name; Rename "libALAC", "libFlake" and "builtin wav" encoders to "cuetools"
This commit is contained in:
@@ -4,7 +4,7 @@ using System.IO;
|
||||
|
||||
namespace CUETools.Codecs
|
||||
{
|
||||
[AudioEncoderClass("builtin wav", "wav", true, "", "", 10, typeof(object))]
|
||||
[AudioEncoderClass("cuetools", "wav", true, "", "", 10, typeof(object))]
|
||||
public class WAVWriter : IAudioDest
|
||||
{
|
||||
private Stream _IO;
|
||||
|
||||
Reference in New Issue
Block a user