mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Cleanup IAudioDest; CompressionLevel is now part of AudioEncoderSettings.
FLAC encoders no longer offer non-subset compression levels by default.
This commit is contained in:
@@ -60,6 +60,15 @@ namespace CUETools.Codecs.FLACCL.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Allow non-subset modes, which allow for greater compression, but are less compatible.
|
||||
/// </summary>
|
||||
internal static string AllowNonSubsetDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("AllowNonSubsetDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use additional CPU threads.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user