Skip to content

Instantly share code, notes, and snippets.

View ideoforms's full-sized avatar

Daniel Jones ideoforms

View GitHub Profile
#!/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