Adriano R. de Sousa
Results
2
comments of
Adriano R. de Sousa
I also tried implementing it in C, but there's no need. The function in dart already has a lot of performance and is simpler to maintain. I tested it with...
@polotto Remember that the implementation of the MFCCs extraction algorithm uses the amazing FFTea. My implementation of the MFCCs extraction algorithm is based on [this one](https://www.kaggle.com/code/ilyamich/mfcc-implementation-and-tutorial). I believe that Dart...