- Avoid GC pressure by doing most of the operations in
stft
andmfcc
in-place.
- Renamed
FilterBank
tofilterbank
to homogenize the user interface. The previousFilterBank
function is still exported but is mark as deprecated.
- Simplfied the code and refactored the user interface.
- Added Pluto notebook examples.
- The output features are in matrix form insteaad of array of arrays.
- initial release