Overview

Supporting code in C++ for the Piper audio feature extractor protocol, primarily for making Vamp plugins work with the Piper protocol.

Includes:

  • code to adapt Piper messages to the classes used in the Vamp Plugin SDK
  • a command-line converter between Piper serialisations
  • a server that makes Vamp plugins available via Piper binary messages with Cap'n Proto serialisation

Members

Manager: Chris Cannam, Lucas Thompson

Recent activity

2025-01-27 08:53 AM Chris Cannam
Revision 296:50a0b4fea7f1: Merge pull request #8 from michel-slm/gcc15 Include headers needed to compile with GCC 15's -std=gnu23 default
2025-01-24 05:38 PM Michel Alexandre Salim
Revision 295:de5dc40f1830: Include headers needed to compile with GCC 15's -std=gnu23 default ```
In file included from ../piper-vamp-cpp/vamp-json/VampJson.h:55,
from ../piper-vamp-cpp/vamp-ser...