Changeset fc9c60e for python/demos/demo_pitch.py
- Timestamp:
- Jul 2, 2020, 3:34:26 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- e836160
- Parents:
- 1ec59e4 (diff), 9c730b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_pitch.py
r1ec59e4 rfc9c60e 98 98 ax3.plot(times, [tolerance]*len(confidences)) 99 99 ax3.axis( xmin = times[0], xmax = times[-1]) 100 ax3.set_ylabel('con didence')100 ax3.set_ylabel('confidence') 101 101 set_xlabels_sample2time(ax3, times[-1], samplerate) 102 102 plt.show()
Note: See TracChangeset
for help on using the changeset viewer.