Pablo Gomez Guerrero

Results 3 comments of Pablo Gomez Guerrero

I just compared the MFCCs values extracted from the same audio file using Rosakit and libRosa and are not the same values. What makes me wonder is the difference in...

Hi, @rahulkumaratphilips. I found a solution to extract MFCCs in iOS but away from RosaKit. I used [https://aubio.org/](https://aubio.org/) and it worked 🚀 . I needed to train the model again...

Hey @rahulkumaratphilips. I have created these 2 gists. This is how it works for me using aubio. swift MFCC extractor https://gist.github.com/popigg/3847a4cf71a1898e795f3fa5b8aff9a2 python MFCC extractor https://gist.github.com/popigg/de8d8db8ceb7db5adb23d58477a92e74 The aubio instalation guide can...