neuro-team-femto / cleese

Combinatorial Expressive Speech Engine
MIT License
42 stars 10 forks source link

V2 #17

Closed pmblanc closed 1 year ago

pmblanc commented 1 year ago

Bugfix the "eq" transformation to apply the amplitude of the BPF's gain, not the gain directly, to the stft. Add min_freq and max_freq parameters to the "eq" transformation, entering nan to max_freq use the Nyquist frequency as before. Adjust .toml examples to contain the new min_freq max_freq parameters in "eq" transformation. Adjust frequency interpolation in processWithSTFT to apply a nul gain outside the min_freq max_freq band.

Best regards, Paul Mblanc

jjau commented 1 year ago