Python Forum

Full Version: Need help in framing data read from wav file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am quite new to python. I am using scipy and numpy libraries for my project. My project involves framing the data read from the .wav file and taking Fast Fourier transform and storing the data column-wise in a matrix. I have successfully done the same in MATLAB but facing some trouble in implementing the same in python.

 Thanks in advance...
Have you looked at Python's built-in "wave" module? It has the ability to read and write all data to/from a .wav file.