I'm trying to store MFCC feartures of an audio file to a csv file. I'm following the wiki on github for Feature Extraction using pyAudioAnalysis. The suggested command is:
python3 audioAnalysis.py featureExtractionFile -i test.wav -mw 1.0 -ms 1.0 -sw 0.050 -ss 0.050 -o data/speech_music_sample.wav
I'm using the command with minor changing i.e., I'm using python in command as I have only python-3 installed on my PC.
I'm getting an Error:
C:\Users\myusername\AppData\Local\Programs\Python\Python37\python.exe: can't open file 'audioAnalysis.py': [Errno 2] No such file or directory
Please Help!