Mercurial > hg > btrack
comparison README.md @ 117:ca2d83d29814 tip master
Merge branch 'release/1.0.5'
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Fri, 18 Aug 2023 20:07:33 +0200 |
parents | c58f01834337 75aacd17ad03 |
children |
comparison
equal
deleted
inserted
replaced
96:c58f01834337 | 117:ca2d83d29814 |
---|---|
1 BTrack - A Real-Time Beat Tracker | 1 BTrack - A Real-Time Beat Tracker |
2 ================================= | 2 ================================= |
3 | 3 |
4 ** Version 1.0.4 ** | |
5 | |
6 *by Adam Stark, Matthew Davies and Mark Plumbley.* | 4 *by Adam Stark, Matthew Davies and Mark Plumbley.* |
7 | 5 |
6  | |
7  | |
8  | |
8 | 9 |
9 About BTrack | 10 About BTrack |
10 ------------ | 11 ------------ |
11 | 12 |
12 BTrack is a causal beat tracking algorithm intended for real-time use. It is implemented in C++ with wrappers for Python and the Vamp plug-in framework. | 13 BTrack is a causal beat tracking algorithm intended for real-time use. It is implemented in C++ with wrappers for Python and the Vamp plug-in framework. |
19 | 20 |
20 BTrack is made available under the GNU General Public License, version 3. Please see the included LICENSE.txt for more details. | 21 BTrack is made available under the GNU General Public License, version 3. Please see the included LICENSE.txt for more details. |
21 | 22 |
22 Versions | 23 Versions |
23 -------- | 24 -------- |
25 | |
26 ==== 1.0.5 ==== (18th August 2023) | |
27 | |
28 * Code improvements and modernisation | |
29 * Move to CMake | |
30 * Move to doctest for unit tests | |
24 | 31 |
25 ==== 1.0.4 ==== (18th June 2016) | 32 ==== 1.0.4 ==== (18th June 2016) |
26 | 33 |
27 * Added option of using Kiss FFT | 34 * Added option of using Kiss FFT |
28 * Implementation changes to improve efficiency | 35 * Implementation changes to improve efficiency |
125 | 132 |
126 or: | 133 or: |
127 | 134 |
128 * Kiss FFT (included with project, use the flag -DUSE_KISS_FFT) | 135 * Kiss FFT (included with project, use the flag -DUSE_KISS_FFT) |
129 | 136 |
137 Please ensure that if you are using these libraries that you have secured any required licences for your project. The licence on this library does not cover any third party licences. | |
130 | 138 |
131 License | 139 License |
132 ------- | 140 ------- |
133 | 141 |
134 Copyright (c) 2014 Queen Mary University of London | 142 Copyright (c) 2014 Queen Mary University of London |