Changeset 337aaae
- Timestamp:
- May 10, 2016, 7:56:59 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:
- b3c2d33
- Parents:
- bbc62b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_spectrogram.py
rbbc62b5 r337aaae 58 58 ax.set_ylabel('Frequency (kHz)') 59 59 ax.set_xlabel('Time (s)') 60 ax.set_title(os.path.basename( soundfile))60 ax.set_title(os.path.basename(filename)) 61 61 for item in ([ax.title, ax.xaxis.label, ax.yaxis.label] + 62 62 ax.get_xticklabels() + ax.get_yticklabels()):
Note: See TracChangeset
for help on using the changeset viewer.