ljuvela / GlottDNN

GlottDNN vocoder and tools for training DNN excitation models
Apache License 2.0
32 stars 4 forks source link

TODO: ParameterSmoothing #6

Closed mairaksi closed 8 years ago

mairaksi commented 8 years ago

-Moving average filtering, median filtering, or both?

ljuvela commented 8 years ago

Implemented functions for MA and Median filtering. ParameterSmoothing uses only MA at the moment.