Added
- Added `envelope` module containing `envelope_gammatone` and `envelope_rms` functions
- Added `CriterionStopping` to `stopping` for some static stopping methods
Changed
- Changed default value of `encoding_length` in `rCCA` of `classifiers` of 0.3 to None, which is equivalent to 1 / fs
Fixed
- Fixed variable `fs` of type np.ndarray instead of int in examples, tutorials, and pipelines
- Fixed double call to `decoding_matrix` in `fit` of `rCCA` in `classifiers`