Shubhabrata08 / AudioClassificationTFLite

This project aims to classify UrbanSound8K audio and deploy the model to a microcontroller
0 stars 0 forks source link

MFCC genration successful #7

Open sa-paul opened 8 months ago

sa-paul commented 8 months ago

MFCC generated successfully:

  1. mfccGen.py records and generates MFCC once and shows it in graph.
  2. mfccGen2.py records and generates MFCC periodically, but doesn't show any graph.