Mercurial > hg > piper-cpp
comparison README.md @ 217:d06300b789ea
Name, defensive comment
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 22 Feb 2017 11:02:36 +0000 |
parents | 8dff3213f77c |
children | 02de5df3a884 |
comparison
equal
deleted
inserted
replaced
216:328ffacfc70e | 217:d06300b789ea |
---|---|
1 | 1 |
2 # Piper C++ | 2 # Piper Vamp C++ |
3 | 3 |
4 Supporting code in C++ for the Piper audio feature extractor protocol, | 4 Supporting code in C++ for the Piper audio feature extractor protocol, |
5 primarily for making Vamp plugins work with the Piper protocol. | 5 primarily for making Vamp plugins work with the Piper protocol. |
6 | |
7 _This is pre-1.0 code and the API may change at any time_ | |
6 | 8 |
7 ## Contents | 9 ## Contents |
8 | 10 |
9 * code to adapt Piper messages to the classes used in the Vamp SDK | 11 * code to adapt Piper messages to the classes used in the Vamp SDK |
10 * a command-line converter between Piper serialisations that goes | 12 * a command-line converter between Piper serialisations that goes |