neuro-team-femto / cleese

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

add minfreq & maxfreq in PhaseVocoder eq transforms #16

Closed pmblanc closed 4 months ago

pmblanc commented 1 year ago

Right now, eq transform compute nbands filters between 0 and Nyquist; some applications may want to only transform between certains frequency bounds and/or optimize the filter resolution in e.g. 0-10kHz. Add support for min and max freq in (eq ) config files.