1. TypeError: mfccInitFilterBanks() takes 2 positional arguments but 7 were given The issue In the function stFeatureSpeed()from audioFeatureExtraction.py make a call: [fbank, freqs] = mfccInitFilterBanks(Fs, nfft, lowfreq, linsc, logsc, nlinfil, nlo…