You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing an xcode project to read a large amount of wav files in a loop. After reading each file I proceed to calculate the MFCCs.
I randomly get a bad access error for the mfccobj.calculate() function.
I'm writing an xcode project to read a large amount of wav files in a loop. After reading each file I proceed to calculate the MFCCs.
I randomly get a bad access error for the mfccobj.calculate() function.
Does anyone know how to solve this?