-
Notifications
You must be signed in to change notification settings - Fork 75
Known bugs and changelog
Tim Sharii edited this page Jun 18, 2019
·
35 revisions
- Add more IIR filters: Bessel, Chebyshev-I & II, Elliptic, Thiran
- Add
DesignFilter.TfToSos() / SosToTf()
methods for second-order sections - Add Savitzky-Golay filter (window size up to 31; derivatives 0, 1, 2)
- Add
PolyphaseSystem
class - Add
HarmonicPercussiveSeparator
class - Add
Stft
methods:MagnitudePhaseSpectrogram()
/ReconstructMagnitudePhase()
- Add adaptive filters (LMS variations, LMF, RLS)
- Add Hartley transform
- Add Mellin transform
- Add wavetable and ADSR signal builders
- Add
PitchShiftVocoderEffect
class - Add parameter
int parallelThreads
inParallelComputeFrom
method of feature extractors - Add overloaded versions of
ParallelComputeFrom
methods withstartSample
andendSample
parameters - Implement online processing methods in
SpectralSubtractor
,WhisperEffect
,RobotEffect
,MorphEffect
- Phase Vocoder with Identity Phase Locking is used by default for TSM (instead of WSOLA)
- Trim feature names in
FeatureDescriptions
list of multi-feature extractors - Move
PitchExtractor
toFeatureExtractors
namespace - Fix bug with incorrectly working pre-emphasis filter in Lpc/LpccExtractor
- Size of FFT in Pncc/SpnccExtractor is 0 by default (it'll be auto-derived)