Mercurial > hg > piper-cpp
diff vamp-client/client.cpp @ 101:8c449824e08d
Parameterise process name
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 14 Oct 2016 16:22:32 +0100 |
parents | f55631599988 |
children | ff3fd8d1b2dc |
line wrap: on
line diff
--- a/vamp-client/client.cpp Fri Oct 14 12:46:38 2016 +0100 +++ b/vamp-client/client.cpp Fri Oct 14 16:22:32 2016 +0100 @@ -62,7 +62,8 @@ // Let's try a crazy AutoPlugin - piper_vamp::client::AutoPlugin ap("vamp-example-plugins:zerocrossing", 16, 0); + piper_vamp::client::AutoPlugin ap("../bin/piper-vamp-server", + "vamp-example-plugins:zerocrossing", 16, 0); if (!ap.isOK()) { cerr << "AutoPlugin creation failed" << endl; } else {