MFCC Audio Extraction in P5.js

Does anybody know how to extract MFCC information from audio in p5.js? It seems the p5 sound library only has FFT analysis build in...

Tagged:

Answers

  • The only available implementation of MFCC in js is this, there's a few others being as part of sound recognition libraries as well. You can try using those for a start.

    If you think it might be valuable to have this feature in p5.sound.js do raise an issue on github. The maintainers can then judge whether to implement one or not.

Sign In or Register to comment.