Rahul
Rahul
Hi, I want to extract 13 MFCC values from an audio file and I am using the newly added mfcc function like this - `mfcc(nMFCC: 13, nFFT: 2048, hopLength: 512,...
Hi @dbogdanov , in one of your comments in some issue you mentioned that for iOS apps we can use native audio loaders instead of using MPPEG or monoloader/audioloader. Would...
Hi, I am trying to get the MFCC features from a sample .wav audio file, but my output doesn't match the one from LibRosa library in python(this is critical as...
Hi, really liked the FFT computation but I was wondering how can I take it forward to compute mfcc with first and second derivative? This functionality is required for audio...