Skip to content

gerardllorach/mfcc_lipsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://webglstudio.org/gerard/mfccvisualization/).

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published