Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

File metadata and controls

14 lines (11 loc) · 383 Bytes

Audio-Features-for-Music-Performance-Analysis

A simple python module for extracting a set audio features from an audio file and save them into a pandas dataframe.

Usage

audio, sample_rate, dataframe = audio_features(path_to_audio_file)

(see audio_features_example.py)

Dependencies

  • numpy
  • pandas
  • librosa
  • sklearn
  • matplotlib (for plotting in the example script)