- Use matplotlib to plot the stft for a wav file.
- TODO must use a short wav file < 3 seconds
Liked the idea using pygame with the scipy fft mentioned on this blog Used that source at the starting point.
- ADDED windowing function
- TODO cleaned up some code
- TODO Best buffer
- TODO FFT normalization
- TODO command line arguments:
- TODO sample frequency
- TODO window size
- TODO skip size
- TODO windowing function