Skip to content

Audio processing, feature extraction and classification

Latest
Compare
Choose a tag to compare
@jsingh811 jsingh811 released this 22 Jul 03:16
· 51 commits to master since this release
24a38c7
  • Contains audio format conversion capability
  • Contains audio feature generation - MFCC, GFCC, spectral features, chroma features
  • Contains the ability to export audio features
  • Contains the ability to train sklearn machine learning models from raw audio data
  • Contains 3 pre-trained models for baseline
  • Contains the ability to classify audio samples using pre-build or own custom created classifier
  • Contains the ability to remove low-activity segments from audio
  • Contains the ability to visualize time series and spectrogram of audio