comparison README.md @ 220:02de5df3a884

Add static output descriptor, pass through type URI Note that the server doesn't actually populate any type URIs yet, so this is only half-tested.
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 08 Jun 2017 16:17:03 +0100
parents d06300b789ea
children b0f0e257d8af
comparison
equal deleted inserted replaced
219:db929669e7d3 220:02de5df3a884
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