Speech and Language Processing (3rd ed. draft), Daniel Jurafsky and James H. Martin, 2018 (Pearson) - A comprehensive textbook for speech and language processing, detailing the process of MFCC calculation and its significance in acoustic modeling for speech recognition.
Discrete-Time Signal Processing, Alan V. Oppenheim, Ronald W. Schafer, John R. Buck, 1999 (Prentice Hall) - A fundamental textbook on discrete-time signal processing, detailing the theoretical concepts behind Fourier transforms, digital filters, and windowing functions, which are integral steps in MFCC calculation.
librosa.feature.mfcc, Brian McFee and the librosa developers, 2024 (librosa project) - Official documentation for the librosa library's MFCC function, demonstrating practical implementation and parameters for computing MFCCs in Python.