Mercurial > hg > piper-cpp
comparison README.md @ 162:e034075a2089
README, COPYING
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Sat, 21 Jan 2017 12:17:02 +0000 |
parents | |
children | 83b8c1dbacbe |
comparison
equal
deleted
inserted
replaced
161:7a113d07cd55 | 162:e034075a2089 |
---|---|
1 | |
2 # Piper C++ | |
3 | |
4 Supporting code in C++ for the Piper audio feature extractor protocol, | |
5 primarily for making Vamp plugins work with the Piper protocol. | |
6 | |
7 Includes: | |
8 | |
9 * code to adapt Piper messages to the classes used in the Vamp SDK | |
10 | |
11 * a command-line converter between Piper serialisations (via Vamp SDK | |
12 classes) | |
13 | |
14 * a server that makes Vamp plugins available via Piper messages | |
15 | |
16 Directories: | |
17 | |
18 *vamp-json* -- convert between Piper JSON messages and Vamp SDK classes | |
19 | |
20 *vamp-capnp* -- convert between Piper Cap'n Proto messages and Vamp | |
21 abstractions | |
22 | |
23 *vamp-support* -- support classes for the above | |
24 | |
25 *vamp-server* -- main programs for command-line converter and server | |
26 | |
27 *vamp-client* -- logic to make Piper servers available to Vamp hosts | |
28 through a Vamp-like API | |
29 | |
30 *vamp-client/qt* -- logic specific to hosts written with Qt | |
31 | |
32 [](https://travis-ci.org/piper-audio/piper-cpp) | |
33 | |
34 ## Authors and licensing | |
35 | |
36 Written by Chris Cannam at the Centre for Digital Music, Queen Mary, | |
37 University of London. | |
38 | |
39 Copyright (c) 2015-2017 Queen Mary, University of London, provided | |
40 under a BSD-style licence. See the file COPYING for details. | |
41 |