Skip to content

Releases: SuperKogito/spafe

v0.3.3

30 May 18:01
Compare
Choose a tag to compare

What's new?

  • Fix cqcc size and its resampling.
  • Accelerate the pre-emphasis.
  • Fix lpcc initialization.

New contributors:

v0.3.2

28 Feb 23:28
Compare
Choose a tag to compare

What's new?

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

v0.3.1

13 Jan 11:42
Compare
Choose a tag to compare
  • Spafe is a python package for audio features extraction based on the Numpy and Scipy libraries.
  • This release is linked to the paper publication process openjournals/joss-reviews#4739

New contributors:

v0.3.0

03 Jan 01:00
3bd21a2
Compare
Choose a tag to compare

What's new?

New contributors:


v0.2.0

13 Jul 00:16
Compare
Choose a tag to compare

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

12 Jul 23:15
Compare
Choose a tag to compare
  • 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

12 Jul 23:05
11d6007
Compare
Choose a tag to compare

v0.1.0