Spafe Versions Save

:sound: spafe: Simplified Python Audio Features Extraction

v0.3.2

1 year ago

What's new?

  • Correct features initialization to fix #57 .
  • List citing options to close #21 .

v0.3.1

1 year ago

New contributors:

v0.3.0

1 year ago

What's new?

New contributors:


v0.2.0

1 year ago

What's new?

  • Added spectrogram implementations.
  • Added predefined filter banks input to the spafe features functions for faster batch processing.
  • Added the Constant Q Cepstral Coefficients (CQCC) implementation.
  • Improved, restyled & added references and examples to the documentation.
  • Improved and simplified the code and the tests .
  • Inspected Cython and GPU accelerations to code (dropped).
  • Tested support for different sampling rates (8kHz, 16kHz, 32kHz, 44100Hz, 48kHz).
  • Converters bug fixed.
  • Documentation available at https://superkogito.github.io/spafe/v0.2.0/index.html

New contributors:


v0.1.2

1 year ago
  • Fixed framing copping bug.
  • Re-implemented dominant frequencies extraction module.
  • Fixed MFCC liftering.
  • Fixed windowing.
  • Setup CI; automated testing and coverage.
  • Setup formatting and automated reviews.
  • Documentation is available at https://superkogito.github.io/spafe/v0.1.2/index.html

v0.1.1

1 year ago