Hi everyone,
I am working on developing a Vocal Detection System. I am extracting MFCCs from the audio (wav file) to prepare input dataset and labels for training a Vocal Detection System with CNN. However, after I formed a vocal time stamp list (including the starting time and ending time of the lyrics in the song) and try passing the (starting time and ending time) into the librosa.feature.mfcc to extract the MFCCs within a specific time interval, the program failed after running. I have tried to add a print function to track the extracted MFCCs which has a good result.
Any idea what would be the reason?