Package | Description |
---|---|
builder.resid.resample |
Modifier and Type | Class and Description |
---|---|
class |
SincResampler
This is the theoretically correct (and computationally intensive) audio
sample generation.
|
class |
TwoPassSincResampler
Compose a more efficient SINC from chaining two other SINCs.
|
class |
ZeroOrderResampler
Return sample with linear interpolation.
|
Modifier and Type | Method and Description |
---|---|
static Resampler |
Resampler.createResampler(double clockFrequency,
SamplingMethod method,
double samplingFrequency,
double highestAccurateFrequency)
Setting of SID sampling parameters.
|
Copyright © 2018 Ken Händel. All rights reserved.