mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Small refactorings in CUETools.DSP.Resampler.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
{
|
||||
public struct SOXResamplerConfig
|
||||
{
|
||||
public double phase;
|
||||
public double bandwidth;
|
||||
public bool allow_aliasing;
|
||||
public SOXResamplerQuality quality;
|
||||
public double Phase;
|
||||
public double Bandwidth;
|
||||
public bool AllowAliasing;
|
||||
public SOXResamplerQuality Quality;
|
||||
/*double coef_interp; -- interpolation...*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user