- Timestamp:
- May 10, 2016, 8:03:06 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- cb89e51
- Parents:
- 337aaae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_spectrogram.py
r337aaae rb3c2d33 3 3 import sys, os.path 4 4 from aubio import pvoc, source 5 from numpy import array, arange,zeros, log10, vstack5 from numpy import zeros, log10, vstack 6 6 import matplotlib.pyplot as plt 7 7
Note: See TracChangeset
for help on using the changeset viewer.