comparison README.md @ 165:77cbe1df7576

Another little tweak
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 21 Jan 2017 12:19:10 +0000
parents 6d176643557d
children 49f606e3653e
comparison
equal deleted inserted replaced
164:6d176643557d 165:77cbe1df7576
2 # Piper C++ 2 # Piper 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 6
7 Includes: 7 ## Contents
8 8
9 * 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
10 * a command-line converter between Piper serialisations (via Vamp SDK 10 * a command-line converter between Piper serialisations (via Vamp SDK
11 classes) 11 classes)
12 * a server that makes Vamp plugins available via Piper messages 12 * a server that makes Vamp plugins available via Piper messages
13 13
14 Directories: 14 ## Directory index
15 15
16 *vamp-json* - convert between Piper JSON messages and Vamp SDK classes 16 *vamp-json* - convert between Piper JSON messages and Vamp SDK classes
17 17
18 *vamp-capnp* - convert between Piper Cap'n Proto messages and Vamp 18 *vamp-capnp* - convert between Piper Cap'n Proto messages and Vamp
19 abstractions 19 abstractions