Mercurial > hg > pyin
annotate CHANGELOG @ 164:a7d9c6142f8f tip
Added tag v1.2 for changeset 4a97f7638ffd
author | Chris Cannam |
---|---|
date | Thu, 06 Feb 2020 15:02:47 +0000 |
parents | 0805a04ed4e5 |
children |
rev | line source |
---|---|
Chris@158 | 1 |
Chris@158 | 2 pYIN v1.2 (February 2020) |
Chris@158 | 3 ------------------------- |
Chris@158 | 4 |
Chris@158 | 5 - Improve performance, especially substantially reducing memory usage |
Chris@158 | 6 in fixed-lag mode |
Chris@158 | 7 |
Chris@158 | 8 - Make use of Vamp FFT interface, which was added to Vamp since the |
Chris@158 | 9 last pYIN release and typically improves performance over the |
Chris@158 | 10 previous code |
Chris@158 | 11 |
Chris@158 | 12 - Some small bugfixes |
Chris@158 | 13 |
Chris@158 | 14 - This release matches that used in Tony v2.1 |
Chris@158 | 15 |
Chris@158 | 16 |
Chris@158 | 17 pYIN v1.1 (April 2015) |
Chris@158 | 18 ---------------------- |
Chris@158 | 19 |
Chris@158 | 20 - Numerous improvements made during development of the Tony |
Chris@158 | 21 application, primarily to the note segmentation algorithm |
Chris@158 | 22 |
Chris@158 | 23 - Add precise timing option |
Chris@158 | 24 |
Chris@158 | 25 - Add Local Candidate plugin |
Chris@158 | 26 |
Chris@158 | 27 - Fix a couple of buffer overruns |
Chris@158 | 28 |
Chris@158 | 29 - This release matches that used in Tony v1.0 |
Chris@158 | 30 |
Chris@158 | 31 |
Chris@158 | 32 pYIN v1.0 (December 2013) |
Chris@158 | 33 ------------------------- |
Chris@158 | 34 |
Chris@158 | 35 - First public release |
Chris@158 | 36 |