Mercurial > hg > piper-cpp
comparison README.md @ 247:8a031eb9a25f
Merge branch 'output-type-uri'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:52:01 +0100 |
parents | 02de5df3a884 |
children | b0f0e257d8af |
comparison
equal
deleted
inserted
replaced
219:db929669e7d3 | 247:8a031eb9a25f |
---|---|
1 | 1 |
2 # Piper Vamp 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_ | |
8 | 6 |
9 ## Contents | 7 ## Contents |
10 | 8 |
11 * code to adapt Piper messages to the classes used in the Vamp SDK | 9 * code to adapt Piper messages to the classes used in the Vamp SDK |
12 * a command-line converter between Piper serialisations that goes | 10 * a command-line converter between Piper serialisations that goes |