This repo contains code for visualising audio feature representations.
Plots Mel-filterbank energy features and MFCC features. Give a .wav file as first argument when executing script.
Implementing speech feature analysis in this tutorial: http://haythamfayek.com/2016/04/21/speech-processing-for-machine-learning.html
https://gist.github.com/boylea/1a0b5442171f9afbf372
Implementation of a rolling MFCC from microphone input. Based on the following code: https://gist.github.com/boylea/1a0b5442171f9afbf372