Constructor and Description |
---|
TwoPassSincResampler(double clockFrequency,
double samplingFrequency,
double highestAccurateFrequency) |
Modifier and Type | Method and Description |
---|---|
boolean |
input(int sample)
Input a sample into resampler.
|
int |
output()
Output a sample from resampler
|
void |
reset()
Resets this resampler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createResampler
public TwoPassSincResampler(double clockFrequency, double samplingFrequency, double highestAccurateFrequency)
Copyright © 2018 Ken Händel. All rights reserved.