mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.DSP.Resampler: split classes into separate files.
This commit is contained in:
12
CUETools.DSP.Resampler/SOXResamplerQuality.cs
Normal file
12
CUETools.DSP.Resampler/SOXResamplerQuality.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace CUETools.DSP.Resampler
|
||||
{
|
||||
public enum SOXResamplerQuality
|
||||
{
|
||||
Default = -1,
|
||||
Quick = 0,
|
||||
Low = 1,
|
||||
Medium = 2,
|
||||
High = 3,
|
||||
Very = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user