Mercurial > hg > piper-cpp
comparison README.md @ 164:6d176643557d
No, I didn't like that much. Try this
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Sat, 21 Jan 2017 12:18:34 +0000 |
parents | 83b8c1dbacbe |
children | 77cbe1df7576 |
comparison
equal
deleted
inserted
replaced
163:83b8c1dbacbe | 164:6d176643557d |
---|---|
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 Includes: |
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 | |
11 * a command-line converter between Piper serialisations (via Vamp SDK | 10 * a command-line converter between Piper serialisations (via Vamp SDK |
12 classes) | 11 classes) |
13 | |
14 * a server that makes Vamp plugins available via Piper messages | 12 * a server that makes Vamp plugins available via Piper messages |
15 | 13 |
16 Directories: | 14 Directories: |
17 | 15 |
18 * *vamp-json* - convert between Piper JSON messages and Vamp SDK classes | 16 *vamp-json* - convert between Piper JSON messages and Vamp SDK classes |
19 | 17 |
20 * *vamp-capnp* - convert between Piper Cap'n Proto messages and Vamp | 18 *vamp-capnp* - convert between Piper Cap'n Proto messages and Vamp |
21 abstractions | 19 abstractions |
22 | 20 |
23 * *vamp-support* - support classes for the above | 21 *vamp-support* - support classes for the above |
24 | 22 |
25 * *vamp-server* - main programs for command-line converter and server | 23 *vamp-server* - main programs for command-line converter and server |
26 | 24 |
27 * *vamp-client* - logic to make Piper servers available to Vamp hosts | 25 *vamp-client* - logic to make Piper servers available to Vamp hosts |
28 through a Vamp-like API | 26 through a Vamp-like API |
29 | 27 |
30 * *vamp-client/qt* - logic specific to hosts written with Qt | 28 *vamp-client/qt* - logic specific to hosts written with Qt |
31 | 29 |
32 [](https://travis-ci.org/piper-audio/piper-cpp) | 30 [](https://travis-ci.org/piper-audio/piper-cpp) |
33 | 31 |
34 ## Authors and licensing | 32 ## Authors and licensing |
35 | 33 |