Mercurial > hg > piper-cpp
diff vamp-client/client.cpp @ 104:387d38c96c16
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 14 Oct 2016 16:24:01 +0100 |
parents | 8c449824e08d |
children | ff3fd8d1b2dc |
line wrap: on
line diff
--- a/vamp-client/client.cpp Fri Oct 14 16:23:36 2016 +0100 +++ b/vamp-client/client.cpp Fri Oct 14 16:24:01 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 {