This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# a script to analyse a set of files to illustrate how the panning tends to vary by frequency, via a simple FFT analysis. | |
# REQUIREMENTS: | |
# - Python (was tested on 2.7) | |
# - Python modules: | |
# - numpy | |
# - scikits.audiolab | |
# - matplotlib |