comparison test/vamp-client/tst_PluginStub.cpp @ 196:4d25a90f639b

Change wording.
author Lucas Thompson <dev@lucas.im>
date Tue, 07 Feb 2017 18:35:52 +0000
parents ec95a44bab22
children cbbc806097cf
comparison
equal deleted inserted replaced
195:ec95a44bab22 196:4d25a90f639b
7 7
8 using namespace piper_vamp; 8 using namespace piper_vamp;
9 using namespace piper_vamp::client; 9 using namespace piper_vamp::client;
10 using AudioBuffer = std::vector<std::vector<float>>; 10 using AudioBuffer = std::vector<std::vector<float>>;
11 11
12 // This stub mimicks the interaction with a Piper server 12 // This stub fakes the interaction with a Piper server
13 // Here we only need to implement the configure method 13 // Here we only need to implement the configure method
14 // due to testing only the initialise implemention of PluginStub 14 // due to testing only the initialise implemention of PluginStub
15 class StubClient : public PluginClient 15 class StubClient : public PluginClient
16 { 16 {
17 public: 17 public: