- Timestamp:
- Mar 22, 2013, 5:43:59 PM (12 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:
- d83ac74
- Parents:
- 1eee405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_waveform_plot.py
r1eee405 r1e90588 37 37 38 38 def set_xlabels_sample2time(ax, latest_sample, samplerate): 39 ax.axis(xmin = 0, xmax = latest_sample) 39 40 if latest_sample / float(samplerate) > 60: 40 41 ax.set_xlabel('time (mm:ss)')
Note: See TracChangeset
for help on using the changeset viewer.