Hands-on Practical: Visualizing and Processing Audio Files
Was this section helpful?
Speech and Language Processing (3rd ed. draft), Daniel Jurafsky and James H. Martin, 2025 - An online draft of a comprehensive textbook covering fundamentals of speech processing, including signal analysis and feature extraction like MFCCs.
librosa: Audio and music analysis in Python, Brian McFee, Colin Raffel, Dawen Liang, Daniel PW Ellis, Matt McVicar, Eric Battenberg, Oriol Nieto, 2015Proceedings of the 14th Python in Science ConferenceDOI: 10.25080/majora-7b9e6e87-00c - Official documentation for the librosa Python library, providing practical guides and API references for audio analysis and feature extraction.
Digital Signal Processing: Principles, Algorithms, and Applications, John G. Proakis and Dimitris G. Manolakis, 2007 (Pearson Prentice Hall) - A standard textbook providing a theoretical foundation for digital signal processing, important for understanding concepts like sampling, Fourier transforms, and spectral analysis.