Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 625 Bytes

File metadata and controls

5 lines (3 loc) · 625 Bytes

WebGLStudio scene to visualize MFCCs

The code in this repository is meant for a WebGLStudio scene to visualize MFCCs in real-time with a microphone or some preloaded files. Drag and drop of your own audio files is also permitted. (https://gerardllorach.github.io/MFCCsRealtimeVisualization/).

The code to compute MFCCs can be found in MFCCCalc.js. MFCCs are calculated following the directions from Julius (https://github.com/julius-speech/julius). Phoneme recognition is also implemeted using a GMM from Julius (ModelReader.js), although the delta mfccs are not considered due to the asynchronous nature of javascript.